
pow(3)                 C LIBRARY FUNCTIONS                 pow(3)

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.

Sun Release 4.1           Last change:                          1

