ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示
/doc/efuns/pow
ppppoooowwww((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444)))) ppppoooowwww((((3333))))
NNNNAAAAMMMMEEEE
pow() - find an exponent of a float
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
float pow( float x, float y );
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
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.
SSSSEEEEEEEE AAAALLLLSSSSOOOO
exp(3), log(3), sqrt(3)
Page 1 (printed 3/16/95)