Crate big_num_math

Source
Expand description

Allows to compute on big numbers. No negative numbers support. Provides only some basic mathematical functions.

Structs§

  • PlacesRow represents row of decimal places starting at ones (0 index).

Enums§

  • Relation enumeration.
  • Decimal relation enumeration.

Functions§

  • Computes addend1 and addend2 sum.
  • Computes dividend and divisor ratio and remainder.
  • Computes factor1 and factor2 product.
  • Computes power pow of base.
  • Checks relation of num to comparand.
  • Compares decimal places count.
  • Computes minuend and subtrahend difference.

Type Aliases§