{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Operator "^"

This operator takes the first operand "to the power" of the second operand, that is, is equivalent to multiplying the first operand with itself n times, where n is the second operand.

Usage:

number1 ^ number2  // Returns number
currency ^ number  // Returns number

Returns:

Number

Examples (Same in Basic and Crystal syntax):

2 ^ 3         // Returns 8
16.5 ^ (4/3)  // Returns 42.01
$3 ^ 3        // Returns 27
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Exponentiate operator