Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
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.
Declaration:
double pow(double x, double y); Returns x raised to the power of y.
double pow(double
, double
);
Returns x raised to the power of y.
x cannot be negative if y is a fractional value. x cannot be zero if y is less than or equal to zero.
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials