Arccot() public méthode

Computes the inverse cotangent of the scalar (arccot).
public Arccot ( ) : ScalarValue
Résultat ScalarValue
Exemple #1
0
 protected override ScalarValue GetValue(ScalarValue z)
 {
     return(z.Arccot());
 }