|
|||||||||
| Home >> All >> [ Support overview ] | PREV NEXT | ||||||||
A
- aT - Static variable in class Support.JMath
- abs(int) - Static method in class Support.JMath
- Returns the absolute value of its argument.
- abs(long) - Static method in class Support.JMath
- Returns the absolute value of its argument.
- abs(float) - Static method in class Support.JMath
- Returns the absolute value of its argument.
- abs(double) - Static method in class Support.JMath
- Returns the absolute value of its argument.
- acos(double) - Static method in class Support.JMath
- Returns the inverse (arc) cosine of its argument.
- asin(double) - Static method in class Support.JMath
- Returns the inverse (arc) sine of its argument.
- atan(double) - Static method in class Support.JMath
- Returns the inverse (arc) tangent of its argument.
- atan2(double, double) - Static method in class Support.JMath
- Returns angle corresponding to a Cartesian point.
- atanhi - Static variable in class Support.JMath
- atanlo - Static variable in class Support.JMath
B
C
- C1 - Static variable in class Support.JMath
- C2 - Static variable in class Support.JMath
- C3 - Static variable in class Support.JMath
- C4 - Static variable in class Support.JMath
- C5 - Static variable in class Support.JMath
- C6 - Static variable in class Support.JMath
- ceil(double) - Static method in class Support.JMath
- Returns the value of its argument rounded toward positive infinity to an integral value.
- copysign(double, double) - Static method in class Support.JMath
- cos(double) - Static method in class Support.JMath
- Returns the cosine of its argument.
- cp - Static variable in class Support.JMath
- cp_h - Static variable in class Support.JMath
- cp_l - Static variable in class Support.JMath
D
E
- E - Static variable in class Support.JMath
- exp(double) - Static method in class Support.JMath
- Returns the exponential of its argument.
F
- floor(double) - Static method in class Support.JMath
- Returns the value of its argument rounded toward negative infinity to an integral value.
H
- halF - Static variable in class Support.JMath
- half - Static variable in class Support.JMath
- huge - Static variable in class Support.JMath
I
- IEEEremainder(double, double) - Static method in class Support.JMath
- Returns x REM p = x - [x/p]*p as if in infinite precise arithmetic, where [x/p] is the (infinite bit) integer nearest x/p (in half way case choose the even one).
- invln2 - Static variable in class Support.JMath
- invpio2 - Static variable in class Support.JMath
- ivln2 - Static variable in class Support.JMath
- ivln2_h - Static variable in class Support.JMath
- ivln2_l - Static variable in class Support.JMath
J
L
- L1 - Static variable in class Support.JMath
- L2 - Static variable in class Support.JMath
- L3 - Static variable in class Support.JMath
- L4 - Static variable in class Support.JMath
- L5 - Static variable in class Support.JMath
- L6 - Static variable in class Support.JMath
- Lg1 - Static variable in class Support.JMath
- Lg2 - Static variable in class Support.JMath
- Lg3 - Static variable in class Support.JMath
- Lg4 - Static variable in class Support.JMath
- Lg5 - Static variable in class Support.JMath
- Lg6 - Static variable in class Support.JMath
- Lg7 - Static variable in class Support.JMath
- lg2 - Static variable in class Support.JMath
- lg2_h - Static variable in class Support.JMath
- lg2_l - Static variable in class Support.JMath
- ln2HI - Static variable in class Support.JMath
- ln2LO - Static variable in class Support.JMath
- ln2_hi - Static variable in class Support.JMath
- ln2_lo - Static variable in class Support.JMath
- log(double) - Static method in class Support.JMath
- Returns the natural logarithm of its argument.
M
- max(int, int) - Static method in class Support.JMath
- Returns the larger of its two arguments.
- max(long, long) - Static method in class Support.JMath
- Returns the larger of its two arguments.
- max(float, float) - Static method in class Support.JMath
- Returns the larger of its two arguments.
- max(double, double) - Static method in class Support.JMath
- Returns the larger of its two arguments.
- min(int, int) - Static method in class Support.JMath
- Returns the smaller of its two arguments.
- min(long, long) - Static method in class Support.JMath
- Returns the smaller of its two arguments.
- min(float, float) - Static method in class Support.JMath
- Returns the smaller of its two arguments.
- min(double, double) - Static method in class Support.JMath
- Returns the smaller of its two arguments.
N
- NEGATIVE_ZERO - Static variable in class Support.JMath
- npio2_hw - Static variable in class Support.JMath
O
- o_threshold - Static variable in class Support.JMath
- one - Static variable in class Support.JMath
- ovt - Static variable in class Support.JMath
P
- P1 - Static variable in class Support.JMath
- P2 - Static variable in class Support.JMath
- P3 - Static variable in class Support.JMath
- P4 - Static variable in class Support.JMath
- P5 - Static variable in class Support.JMath
- PI - Static variable in class Support.JMath
- PIo2 - Static variable in class Support.JMath
- pS0 - Static variable in class Support.JMath
- pS1 - Static variable in class Support.JMath
- pS2 - Static variable in class Support.JMath
- pS3 - Static variable in class Support.JMath
- pS4 - Static variable in class Support.JMath
- pS5 - Static variable in class Support.JMath
- pi_lo - Static variable in class Support.JMath
- pi_o_2 - Static variable in class Support.JMath
- pi_o_4 - Static variable in class Support.JMath
- pio2_1 - Static variable in class Support.JMath
- pio2_1t - Static variable in class Support.JMath
- pio2_2 - Static variable in class Support.JMath
- pio2_2t - Static variable in class Support.JMath
- pio2_3 - Static variable in class Support.JMath
- pio2_3t - Static variable in class Support.JMath
- pio2_hi - Static variable in class Support.JMath
- pio2_lo - Static variable in class Support.JMath
- pio4 - Static variable in class Support.JMath
- pio4_hi - Static variable in class Support.JMath
- pio4lo - Static variable in class Support.JMath
- pow(double, double) - Static method in class Support.JMath
- Returns x to the power y.
Q
- qS1 - Static variable in class Support.JMath
- qS2 - Static variable in class Support.JMath
- qS3 - Static variable in class Support.JMath
- qS4 - Static variable in class Support.JMath
R
- random - Static variable in class Support.JMath
- random() - Static method in class Support.JMath
- Returns the random number.
- rint(double) - Static method in class Support.JMath
- Returns the value of its argument rounded toward the closest integral value.
- round(float) - Static method in class Support.JMath
- Returns the integer closest to the arguments.
- round(double) - Static method in class Support.JMath
- Returns the long closest to the arguments.
S
- S1 - Static variable in class Support.JMath
- S2 - Static variable in class Support.JMath
- S3 - Static variable in class Support.JMath
- S4 - Static variable in class Support.JMath
- S5 - Static variable in class Support.JMath
- S6 - Static variable in class Support.JMath
- Support - package Support
- scalbn(double, int) - Static method in class Support.JMath
- set(int, int) - Static method in class Support.JMath
- setHI(double, int) - Static method in class Support.JMath
- setLO(double, int) - Static method in class Support.JMath
- sin(double) - Static method in class Support.JMath
- Returns the sine of its argument.
- sqrt(double) - Static method in class Support.JMath
- Returns the square root of its argument.
T
- T - Static variable in class Support.JMath
- TWO52 - Static variable in class Support.JMath
- tan(double) - Static method in class Support.JMath
- Returns the tangent of its argument.
- tiny - Static variable in class Support.JMath
- two24 - Static variable in class Support.JMath
- two53 - Static variable in class Support.JMath
- two54 - Static variable in class Support.JMath
- two_over_pi - Static variable in class Support.JMath
- twom1000 - Static variable in class Support.JMath
- twom54 - Static variable in class Support.JMath
- twon24 - Static variable in class Support.JMath
U
- u_threshold - Static variable in class Support.JMath
Z
_
- __HI(double) - Static method in class Support.JMath
- __LO(double) - Static method in class Support.JMath
- __ieee754_rem_pio2(double, double[]) - Static method in class Support.JMath
- __kernel_cos(double, double) - Static method in class Support.JMath
- __kernel_rem_pio2(double[], double[], int, int) - Static method in class Support.JMath
- __kernel_sin(double, double, int) - Static method in class Support.JMath
- __kernel_tan(double, double, int) - Static method in class Support.JMath
A B C D E F H I J L M N O P Q R S T U Z _
|
|||||||||
| Home >> All >> [ Support overview ] | PREV NEXT | ||||||||