Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

Power Function in C/C++

#include <cmath> //library for the function 

pow(x,y);

Given two numbers base (x) and exponent (y), pow() function finds x raised to the power of y. 
Source by www.codegrepper.com #
 
PREVIOUS NEXT
Tagged: #Power #Function
ADD COMMENT
Topic
Name
6+3 =