public class MATH extends Object
| Constructor and Description |
|---|
MATH() |
| Modifier and Type | Method and Description |
|---|---|
static Atan2 |
atan2_x(JcNumber xval)
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the x coordinate
|
static Atan2 |
atan2_x(Number xval)
JCYPHER
return the arctangent2 of a set of coordinates (x, y), in radians;
specify the x coordinate
|
static JcNumber |
e()
JCYPHER
return the constant e (2.718281828459045, the base of natural log).
|
static JcNumber |
pi()
JCYPHER
return the mathmatical constant pi (3.141592653589793).
|
static JcNumber |
rand()
JCYPHER
return a random double between 0.0 and 1.0.
|
public static JcNumber e()
public static JcNumber pi()
public static JcNumber rand()
public static Atan2 atan2_x(Number xval)
Copyright © 2016. All rights reserved.