Arccot() 공개 메소드

Computes the inverse cotangent of the scalar (arccot).
public Arccot ( ) : ScalarValue
리턴 ScalarValue
예제 #1
0
 protected override ScalarValue GetValue(ScalarValue z)
 {
     return(z.Arccot());
 }