Crate nyar_number

source ·
Expand description

Nyar Number

Numerical computing library with gc optimization

Introduce

Structs

Enums

  • A real number, which can be a fraction with infinite precision or a decimal with dynamic progress

Traits

  • The base trait for numeric types, covering 0 and 1 values, comparisons, basic numeric operations, and string conversion.
  • Defines a multiplicative identity element for Self.
  • A generic trait for converting a value to a number.
  • Defines an additive identity element for Self.