Crate jet_proto_math

Source

Structs§

Number
A large unsigned integer
Number128
A fixed-point decimal number 128 bits wide
U192
Little-endian large integer type

Enums§

Error

Constants§

BPS_EXPONENT

Functions§

expm1_approx
Computes the Taylor expansion of exp(x) - 1, using the indicated number of terms. For example, expm1_approx(x, 3) = x + x^2 / 2 + x^3 / 6