Sinh() 공개 정적인 메소드

public static Sinh ( Function f ) : Unary
f Function
리턴 Unary
예제 #1
0
 public static new CachedFunction Sinh(Function f)
 {
     return(new CachedFunction(Function.Sinh(f)));
 }