Cosh() 공개 정적인 메소드

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