zig/lib/std/math/big
Robin Voetter f1b3a90ef6 big ints: setTwosCompIntLimit
This function can be used to initialize a big integer to either the upper
or lower limit of a 2s-complement integer. Note that the result is still
in sign-magnitude representation, though in order to convert it into twos
complement all one has to do is take the absolute value.
2021-10-04 11:25:29 +02:00
..
int.zig big ints: setTwosCompIntLimit 2021-10-04 11:25:29 +02:00
int_test.zig big ints: setTwosCompIntLimit 2021-10-04 11:25:29 +02:00
rational.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00