Mathf.Pow
static function Pow(f: float, p: float): float;
Description

Returns f raised to power p.

	print(Mathf.Pow(6, 1.8));