Exp() public static méthode

public static Exp ( Function f ) : Unary
f Function
Résultat Unary
Exemple #1
0
 public static new CachedFunction Exp(Function f)
 {
     return(new CachedFunction(Function.Exp(f)));
 }