Tanh() public static method

public static Tanh ( Function f ) : Unary
f Function
return Unary
Ejemplo n.º 1
0
 public static new CachedFunction Tanh(Function f)
 {
     return(new CachedFunction(Function.Tanh(f)));
 }