Crate safe_math

source ·

Functions§

  • This Attempts to add two numbers, if they cannot be added without overflow it returns the larger number
  • This Attempts to multiply two numbers, if they cannot be added without overflow it returns the larger number