Package: C
C
C reference: powf
powf
func powf(base: float32, exponent: float32) -> float32;
pow
Computes a number raised to the given power.
printf
Prints formatted output to stdout.
On this page