Arccos() 공개 메소드

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