Tanh() public static méthode

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