Returns the specified number raised to the specified power.
Syntax
Copy Code
|
---|
double Pow ( double a, double b ) |
Parameters
- a
- A number to be raised to a power.
- b
- A number that specifies a power.
Return Value
The number x raised to the power y.
See Also
Math Functions
Sqr Function