SyntaxFix
Write A Post
Hire A Developer
Questions
See Math.Pow. The function takes a value and raises it to a specified power:
Math.Pow(100.00, 3.00); // 100.00 ^ 3.00