Structs§
- Number
- A large unsigned integer
- Number128
- A fixed-point decimal number 128 bits wide
- U192
- Little-endian large integer type
Enums§
Constants§
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