Macros§
- F
- Helper macro for tests.
- R8
- Shorthand for creating a rational number in tests.
- R16
- Shorthand for creating a rational number in tests.
- R32
- Shorthand for creating a rational number in tests.
- R64
- Shorthand for creating a rational number in tests.
- R128
- Shorthand for creating a rational number in tests.
- RB
- Shorthand for creating a rational number in tests.
Structs§
- NonZero
Factorization - Prime factorization representation of a nonzero rational number.
- NonZero
Ubig - Non zero unsigned big integer.
- One
- A type representing the value
1
. - Ubig
- Unsigned big integer.
- Zero
- Zero
Enums§
- Binary
- Binary
- NonZero
Sign - Sign of a nonzero value.
- Sign
- Sign with a zero variant.
- Signed
One - A type representing the value
1
or-1
.
Traits§
- Abs
- Absolute value of a number.
- From
Primitive - A generic trait for converting a number to a value.
- Negateable
- A number that can be negated, that is, who’s sign can be flipped.
- NonZero
- Nonzero values
- NonZero
Factorizable - Creating a factorization of an integer or rational number.
- NonZero
Signed - A signed number that can have a nonzero value.
- Prime
- Determining whether a number is a prime.
- Signed
- Signed numbers
Type Aliases§
- NonZero
Rational8 - Non zero rational number.
- NonZero
Rational16 - Non zero rational number.
- NonZero
Rational32 - Non zero rational number.
- NonZero
Rational64 - Non zero rational number.
- NonZero
Rational128 - Non zero rational number.
- NonZero
Rational Big - A non zero arbitrary precision type.
- NonZero
Rational Usize - Non zero rational number.
- Rational8
- A signed ratio between two small integers.
- Rational16
- A signed ratio between two small integers.
- Rational32
- A signed ratio between two small integers.
- Rational64
- A signed ratio between two small integers.
- Rational128
- A signed ratio between two small integers.
- Rational
Big - An arbitrary precision type.
- Rational
Usize - A signed ratio between two small integers.
Trait Aliases§
- Field
- Basic field operations with Self and with references to Self.
- Field
Ref - A reference to a variable that is in a
Field
. - Ordered
Field - The simplex algorithm is defined over the ordered fields.
- Ordered
Field Ref - A reference to an ordered field.