Sinh() public static method

public static Sinh ( Function f ) : Unary
f Function
return Unary
示例#1
0
 public static new CachedFunction Sinh(Function f)
 {
     return(new CachedFunction(Function.Sinh(f)));
 }