|
|
1 NAME 2 pow - compute power 3 4 SYNOPSIS 5 float pow(float x, float y) 6 7 8 DESCRIPTION 9 Return x to the power y. 10 11 ERRORS 12 An error will result if 0.0 is taken to a negative power, if a negative 13 number is taken to a non-integer power, or if the result is too large. 14 15 SEE ALSO 16 kfun/exp, kfun/log, kfun/log10