com.eteks.outils
Class CalculMathematique

java.lang.Object
  |
  +--com.eteks.outils.CalculMathematique

public class CalculMathematique
extends java.lang.Object

Classe d'outil de calcul mathematique.


Constructor Summary
CalculMathematique()
           
 
Method Summary
static long factorielle(long n)
          Renvoie la factorielle de n.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculMathematique

public CalculMathematique()
Method Detail

factorielle

public static long factorielle(long n)
Renvoie la factorielle de n. Exemple : long fact10 = com.eteks.outils.CalculMathematique.factorielle (10);