
pow(3)                LPC 系統函數                pow(3)

名稱
     pow() - find an exponent of a float

語法
     float pow( float x, float y );

描述
     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.

請參考
     exp(3), log(3), sqrt(3)

MudOS                Last change: 5 Sep 1994                    1

