blob: c0696901e37065ad5090a60637fe238782017c0f [file] [log] [blame]
SYNOPSIS
float pow(int|float base, int|float exp)
BESCHREIBUNG
Die Potenzfunktion. Sie liefert das Resultat von "<base> hoch <exp>".
BEISPIELE
pow(-2, 3) -> liefert -8.0
pow(8, 1.0/3.0) -> liefert 2.0
GESCHICHTE
Eingefuehrt in LDMud 3.2.7.
LDMud 3.2.9 erlaubte Integer als Argumente.
SIEHE AUCH
exp(E), log(E)