
pow(3)                LPC Library Functions                pow(3)

NNAAMMEE
       pow() - find an exponent of a float

SSYYNNOOPPSSIISS
       float pow( float x, float y );

DDEESSCCRRIIPPTTIIOONN
       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.

SSEEEE AALLSSOO
       exp(3), log(3), sqrt(3)

MudOS                       5 Sep 1994                          1

