CAIMEOX/moon_floating/libmp/intmath does not have a README file
pub(all) suberror IntMathError { ValueError(String)} derive(Eq, @moonbitlang/core/debug.DebugDebug)
impl Show for IntMathError
fn output(self : IntMathError, logger : &Logger) -> Unit
fn bin_to_radix(x : @moonbitlang/core/bigint.BigIntBigInt, xbits : Int, base : Int, bdigits : Int) -> @moonbitlang/core/bigint.BigIntBigInt raise IntMathError
fn bit_length(x : @moonbitlang/core/bigint.BigIntBigInt) -> Int
fn bitcount(x : @moonbitlang/core/bigint.BigIntBigInt) -> Int
fn gcd(a : @moonbitlang/core/bigint.BigIntBigInt, b : @moonbitlang/core/bigint.BigIntBigInt) -> @moonbitlang/core/bigint.BigIntBigInt
fn isqrt(n : @moonbitlang/core/bigint.BigIntBigInt) -> @moonbitlang/core/bigint.BigIntBigInt raise IntMathError
fn numeral(n : @moonbitlang/core/bigint.BigIntBigInt, base? : Int) -> String raise IntMathError
fn sqrtrem(n : @moonbitlang/core/bigint.BigIntBigInt) -> (@moonbitlang/core/bigint.BigIntBigInt, @moonbitlang/core/bigint.BigIntBigInt) raise IntMathError
fn trailing(x : @moonbitlang/core/bigint.BigIntBigInt) -> Int
fn trailing_zero_bits(x : @moonbitlang/core/bigint.BigIntBigInt) -> Int
Install
Arbitrary-precision real, complex, interval, and numerical computing for MoonBit
Powered by MoonBit
© 2026 mooncakes.io