Package: C
C
C reference: expm1
expm1
func expm1(x: float64) -> float64;
expf
Computes e raised to the given power.
expm1f
Computes e raised to the given power, minus one.
On this page