<< Previous | Next >>

pow

float pow( float x, float y );

Description

Raises x to the yth power.

Parameters

x
Value to be raised

y
Exponent

Return value

x to the yth power

Library

MATH.LIB

See also

exp, pow10, sqrt


Dynamic C Functions << Previous | Next >> rabbit.com