Go to: Return value. Related commands. Examples.

Synopsis

pow <float> <float>

Raises the first argument to the power of the second argument and returns the result.

Return value

float

Related commands

sqrt, log, exp

Examples

 
	pow 2 4;
	// Result: 16 //