Sinh() public static method

public static Sinh ( Function f ) : Unary
f Function
return Unary
Esempio n. 1
0
 public static new CachedFunction Sinh(Function f)
 {
     return(new CachedFunction(Function.Sinh(f)));
 }