|
LPC Library Functions: pow |
|
NAMEpow() - find an exponent of a float
SYNOPSISfloat pow( float x, float y );
DESCRIPTIONpow() returns x to the y power. If x is 0.0, y must be positive. If x is negative, y must be an integer. Note that this efun is only available if the driver flag PACKAGE_MATH is defined. SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|