Pow
Das Resultat entspricht (float1/decimal1)(float2/decimal 2).
Beispiele:
Pow(3.0, 4.0) // 81.0
Pow(17.3, 1.0) // 17.3
Pow(1.0, 34.67) // 1.0
Pow(2.0, 0.0) // 1.0
Das Resultat entspricht (float1/decimal1)(float2/decimal 2).
Beispiele:
Pow(3.0, 4.0) // 81.0
Pow(17.3, 1.0) // 17.3
Pow(1.0, 34.67) // 1.0
Pow(2.0, 0.0) // 1.0