pow

Syntax

double pow(double x, double y)

Arguments

x
The value to be raised to a power.
y
The power to which the value is raised.

Return

x raised to the power of y.

Description

Returns x raised to the power of y: x^^y^^

See Also

ipow, powi

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.