Skip to main content

pow

Discworld driver help

pow

Name

pow() - find an exponent of a float

Synopsis

float pow( float x, float y );

Description

pow() returns`x' to the `y' power. If `x' is 0.0, `y' must be positive. If `x' is negative, `y' must be an integer.

See also

exp(), log(), sqrt()