Crate nyar_number

Source
Expand description

§Nyar Number

Numerical computing library with gc optimization

§Introduce

Structs§

NyarDecimal
A decimal fraction with dynamic precision
NyarDigits
The underlying representation of all infinite-precision numbers
NyarError
NyarInteger
An infinite-precision signed integer
NyarRational
Infinite precision rational number type

Enums§

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

Traits§

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