public class Atan2 extends Object
| Modifier and Type | Method and Description |
|---|---|
JcNumber |
y(JcNumber yval)
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the y coordinate, return a JcNumber
|
JcNumber |
y(Number yval)
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the y coordinate, return a JcNumber
|
Copyright © 2016. All rights reserved.