Structs§
- Nyar
Decimal - A decimal fraction with dynamic precision
- Nyar
Digits - The underlying representation of all infinite-precision numbers
- Nyar
Error - Nyar
Integer - An infinite-precision signed integer
- Nyar
Rational - Infinite precision rational number type
Enums§
- Nyar
Real - 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
and1
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
.