Cosh() public static method

public static Cosh ( Function f ) : Unary
f Function
return Unary
Example #1
0
 public static new CachedFunction Cosh(Function f)
 {
     return(new CachedFunction(Function.Cosh(f)));
 }