Arcsin() 공개 메소드

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