LPC Library Functions: 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.

Note that this efun is only available if the driver flag PACKAGE_MATH is defined.

SEE ALSO

exp(), log(), sqrt()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS