Crate psy_math

source ·

Structs

  • A large unsigned integer
  • A fixed-point decimal number 128 bits wide
  • Little-endian large integer type

Enums

Constants

Functions

  • 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