📜  C C++ 代码示例中的幂函数

📅  最后修改于: 2022-03-11 14:44:45.722000             🧑  作者: Mango

代码示例1
#include  //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.