Puissances

   x^y élève x à la puissance y.
   y peut être un nombre décimal positif ou négatif si x est supérieur à
   zéro.

   @Exemple 1:@} 2 ^ 3 -> 8

   @Exemple 2:@} 2 ^ 3.12 -> 8.6938789002

   @Exemple 3:@} pow( 28, -2.5 ) -> 0.00024104877

   Syntaxe : < x > ^ < y > | pow( x, y )



converted with guide2html by Kochtopf