Atan2() 공개 정적인 메소드

public static Atan2 ( Function f, Function g ) : Binary
f Function
g Function
리턴 Binary
예제 #1
0
 public static new CachedFunction Atan2(Function f, Function g)
 {
     return(new CachedFunction(Function.Atan2(f, g)));
 }