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