Home > Electronics Tutorials > C Language Tutorial > math.h - Exponential, Logarithmic and Power Functions - pow

C Language Programming Library Reference Guide

math.h - Exponential, Logarithmic and Power Functions - pow

Declaration:

double pow(double x, double y);

Returns x raised to the power of y.

Range: x cannot be negative if y is a fractional value. x cannot be zero if y is less than or equal to zero.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......