Arccsc() 공개 메소드

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