Package: C
C
C reference: exp2
exp2
func exp2(x: float64) -> float64;
exp
Computes e raised to the given power.
exp2f
Computes 2 raised to the given power.
On this page