.\"find an exponent of a float
.DT
pow
$MUDNAME$ driver help
pow

.SH Name
.SI 5
pow() - find an exponent of a float
.EI

.SH Synopsis
.SI 5
float pow( float x, float y );
.EI

.SH Description
.SP 5 5
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.
.EP

.SH See also
.SI 5
exp(), log(), sqrt()
.EI
