Basic Syntax CrystalClear Syntax

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

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: