Racines

Racines

   Si m est positif, Rac( n, m ) retourne la racine n-ième de m.

   Exemple 1: rac( 2, 9 )     -> 3

   Exemple 2: rac( 2, 4 )     -> 2

   Exemple 3: rac( 3, 27 )    -> 3

   Exemple 4: rac( 3.5, 6.2 ) -> 1.6842153669

   Syntaxe : rac( n, x ) | root( n, x )


Converted with gtoh, © 24.06.1997 N. DARNIS