Appearance
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)