Mathf.Pow

static function Pow (f : float, p : float) : float

Description

Returns f raised to power p.

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