Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

i257

Fully qualified path: alexandria_math::i257

Free functions

i257_div_remCalculates both the quotient and the remainder of the division of a first i257 by a second i257….
i257_assert_no_negative_zeroChecks if the given i257 integer is zero and has the correct sign….
i257_absComputes the absolute value of the given i257 integer….

Structs

i257i257 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
DisplayI257ImplImplements the Display trait for i257.