i257
Fully qualified path: alexandria_math::i257
Free functions
| i257_div_rem | Calculates both the quotient and the remainder of the division of a first i257 by a second i257…. |
| i257_assert_no_negative_zero | Checks if the given i257 integer is zero and has the correct sign…. |
| i257_abs | Computes the absolute value of the given i257 integer…. |
Structs
| i257 | i257 represents a 129-bit integer. The abs field holds the absolute value of the integer. The is_negative field is true for negative integers, and false for non-negative integers. |
Traits
Impls
| I257Impl | — |
| i257Zeroable | — |
| DisplayI257Impl | Implements the Display trait for i257. |