A C D E G L M N P R S T

A

abs(int) - Static method in class net.jscience.math.waba.MathFP
Returns the absolute value of the fixed-point integer.
abs(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the absolute value of the fixed-point integer.
abs(long) - Static method in class net.jscience.math.MathFP
Returns the absolute value of the fixed-point integer.
acos(int) - Static method in class net.jscience.math.waba.MathFP
Returns the arc cosine of the fixed-point integer.
acos(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the arc cosine of the fixed-point integer.
acos(long) - Static method in class net.jscience.math.MathFP
Returns the arc cosine of the fixed-point integer.
add(int, int) - Static method in class net.jscience.math.waba.MathFP
Adds two fixed-point integers.
add(int, int) - Static method in class net.jscience.math.kvm.MathFP
Adds two fixed-point integers.
add(long, long) - Static method in class net.jscience.math.MathFP
Adds two fixed-point integers.
asin(int) - Static method in class net.jscience.math.waba.MathFP
Returns the arc sine of the fixed-point integer.
asin(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the arc sine of the fixed-point integer.
asin(long) - Static method in class net.jscience.math.MathFP
Returns the arc sine of the fixed-point integer.
atan(int) - Static method in class net.jscience.math.waba.MathFP
Returns the arc tangent of the radian fixed-point integer.
atan(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the arc tangent of the radian fixed-point integer.
atan(long) - Static method in class net.jscience.math.MathFP
Returns the arc tangent of the radian fixed-point integer.
atan2(int, int) - Static method in class net.jscience.math.waba.MathFP
Returns the pricipal value of the arc tangent of y/x
atan2(int, int) - Static method in class net.jscience.math.kvm.MathFP
Returns the pricipal value of the arc tangent of y/x
atan2(long, long) - Static method in class net.jscience.math.MathFP
Returns the pricipal value of the arc tangent of y/x

C

convert(int, int) - Static method in class net.jscience.math.waba.MathFP
Changes precision of a fixed-point integer.
convert(int, int) - Static method in class net.jscience.math.kvm.MathFP
Changes precision of a fixed-point integer.
convert(long, int) - Static method in class net.jscience.math.MathFP
Changes precision of a fixed-point integer.
cos(int) - Static method in class net.jscience.math.waba.MathFP
Returns the cosine of the radian fixed-point integer.
cos(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the cosine of the radian fixed-point integer.
cos(long) - Static method in class net.jscience.math.MathFP
Returns the cosine of the radian fixed-point integer.
cot(int) - Static method in class net.jscience.math.waba.MathFP
Returns the cotangent of the radian fixed-point integer.
cot(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the cotangent of the radian fixed-point integer.
cot(long) - Static method in class net.jscience.math.MathFP
Returns the cotangent of the radian fixed-point integer.

D

div(int, int) - Static method in class net.jscience.math.waba.MathFP
Divides two fixed-point integers.
div(int, int) - Static method in class net.jscience.math.kvm.MathFP
Divides two fixed-point integers.
div(long, long) - Static method in class net.jscience.math.MathFP
Divides two fixed-point integers.

E

E - Static variable in class net.jscience.math.MathFP
The fixed-point representation of the natural number (2.71828183).
E - Static variable in class net.jscience.math.waba.MathFP
The fixed-point representation of the natural number (2.7183).
E - Static variable in class net.jscience.math.kvm.MathFP
The fixed-point representation of the natural number (2.7183).
exp(int) - Static method in class net.jscience.math.waba.MathFP
The natural number raised to the power of a fixed-point integer.
exp(int) - Static method in class net.jscience.math.kvm.MathFP
The natural number raised to the power of a fixed-point integer.
exp(long) - Static method in class net.jscience.math.MathFP
The natural number raised to the power of a fixed-point integer.

G

getPrecision() - Static method in class net.jscience.math.MathFP
Get the current runtime precision for MathFP.
getPrecision() - Static method in class net.jscience.math.waba.MathFP
Get the current runtime precision for MathFP.
getPrecision() - Static method in class net.jscience.math.kvm.MathFP
Get the current runtime precision for MathFP.

L

log(int) - Static method in class net.jscience.math.waba.MathFP
Returns the natural logarithm of a fixed-point integer.
log(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the natural logarithm of a fixed-point integer.
log(long) - Static method in class net.jscience.math.MathFP
Returns the natural logarithm of a fixed-point integer.

M

MathFP - class net.jscience.math.MathFP.
This class implements 64 bit fixed-point integer math functions.
MathFP - class net.jscience.math.waba.MathFP.
This class implements 32 bit fixed-point integer math functions.
MathFP - class net.jscience.math.kvm.MathFP.
This class implements 32 bit fixed-point integer math functions.
MathFP() - Constructor for class net.jscience.math.MathFP
 
MathFP() - Constructor for class net.jscience.math.waba.MathFP
 
MathFP() - Constructor for class net.jscience.math.kvm.MathFP
 
MAX_VALUE - Static variable in class net.jscience.math.MathFP
The maximum fixed-point representation for the current precision.
MAX_VALUE - Static variable in class net.jscience.math.waba.MathFP
The maximum fixed-point representation for the current precision.
MAX_VALUE - Static variable in class net.jscience.math.kvm.MathFP
The maximum fixed-point representation for the current precision.
max(int, int) - Static method in class net.jscience.math.waba.MathFP
Returns the biggest number of the two fixed-point integers.
max(int, int) - Static method in class net.jscience.math.kvm.MathFP
Returns the biggest number of the two fixed-point integers.
max(long, long) - Static method in class net.jscience.math.MathFP
Returns the biggest number of the two fixed-point integers.
MIN_VALUE - Static variable in class net.jscience.math.MathFP
The minimum fixed-point representation for the current precision.
MIN_VALUE - Static variable in class net.jscience.math.waba.MathFP
The minimum fixed-point representation for the current precision.
MIN_VALUE - Static variable in class net.jscience.math.kvm.MathFP
The minimum fixed-point representation for the current precision.
min(int, int) - Static method in class net.jscience.math.waba.MathFP
Returns the smallest number of the two fixed-point integers.
min(int, int) - Static method in class net.jscience.math.kvm.MathFP
Returns the smallest number of the two fixed-point integers.
min(long, long) - Static method in class net.jscience.math.MathFP
Returns the smallest number of the two fixed-point integers.
mul(int, int) - Static method in class net.jscience.math.waba.MathFP
Multiplies two fixed-point integers.
mul(int, int) - Static method in class net.jscience.math.kvm.MathFP
Multiplies two fixed-point integers.
mul(long, long) - Static method in class net.jscience.math.MathFP
Multiplies two fixed-point integers.

N

net.jscience.math - package net.jscience.math
 
net.jscience.math.kvm - package net.jscience.math.kvm
 
net.jscience.math.waba - package net.jscience.math.waba
 

P

PI - Static variable in class net.jscience.math.MathFP
The fixed-point representation of pi (3.14159265)
PI - Static variable in class net.jscience.math.waba.MathFP
The fixed-point representation of pi (3.1416)
PI - Static variable in class net.jscience.math.kvm.MathFP
The fixed-point representation of pi (3.1416)
pow(int, int) - Static method in class net.jscience.math.waba.MathFP
Returns a fixed-point integer raised to a fixed-point integer
pow(int, int) - Static method in class net.jscience.math.kvm.MathFP
Returns a fixed-point integer raised to a fixed-point integer
pow(long, long) - Static method in class net.jscience.math.MathFP
Returns a fixed-point integer raised to a fixed-point integer

R

round(int, int) - Static method in class net.jscience.math.waba.MathFP
rounds a fixed-point integer.
round(int, int) - Static method in class net.jscience.math.kvm.MathFP
rounds a fixed-point integer.
round(long, int) - Static method in class net.jscience.math.MathFP
rounds a fixed-point integer.

S

setPrecision(int) - Static method in class net.jscience.math.MathFP
Set the runtime precision for MathFP.
setPrecision(int) - Static method in class net.jscience.math.waba.MathFP
Set the runtime precision for MathFP.
setPrecision(int) - Static method in class net.jscience.math.kvm.MathFP
Set the runtime precision for MathFP.
sin(int) - Static method in class net.jscience.math.waba.MathFP
Returns the sine of the radian fixed-point integer.
sin(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the sine of the radian fixed-point integer.
sin(long) - Static method in class net.jscience.math.MathFP
Returns the sine of the radian fixed-point integer.
sqrt(int) - Static method in class net.jscience.math.waba.MathFP
Returns the square root of the the fixed-point integer.
sqrt(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the square root of the the fixed-point integer.
sqrt(int, int) - Static method in class net.jscience.math.waba.MathFP
Returns the square root of the the fixed-point integer.
sqrt(int, int) - Static method in class net.jscience.math.kvm.MathFP
Returns the square root of the the fixed-point integer.
sqrt(long) - Static method in class net.jscience.math.MathFP
Returns the square root of the the fixed-point integer.
sqrt(long, int) - Static method in class net.jscience.math.MathFP
Returns the square root of the the fixed-point integer.
stat() - Static method in class net.jscience.math.waba.MathFP
Returns the internal overflow value if any
sub(int, int) - Static method in class net.jscience.math.waba.MathFP
Subtracts two fixed-point integers.
sub(int, int) - Static method in class net.jscience.math.kvm.MathFP
Subtracts two fixed-point integers.
sub(long, long) - Static method in class net.jscience.math.MathFP
Subtracts two fixed-point integers.

T

tan(int) - Static method in class net.jscience.math.waba.MathFP
Returns the tangent of the radian fixed-point integer.
tan(int) - Static method in class net.jscience.math.kvm.MathFP
Returns the tangent of the radian fixed-point integer.
tan(long) - Static method in class net.jscience.math.MathFP
Returns the tangent of the radian fixed-point integer.
toFP(int) - Static method in class net.jscience.math.waba.MathFP
Converts a normal int to a fixed-point integer.
toFP(int) - Static method in class net.jscience.math.kvm.MathFP
Converts a normal int to a fixed-point integer.
toFP(long) - Static method in class net.jscience.math.MathFP
Converts a normal long to a fixed-point integer.
toFP(String) - Static method in class net.jscience.math.MathFP
Converts a string input to a fixed-point integer.
toFP(String) - Static method in class net.jscience.math.waba.MathFP
Converts a string input to a fixed-point integer.
toFP(String) - Static method in class net.jscience.math.kvm.MathFP
Converts a string input to a fixed-point integer.
toInt(int) - Static method in class net.jscience.math.waba.MathFP
Converts a fixed-point integer to a int.
toInt(int) - Static method in class net.jscience.math.kvm.MathFP
Converts a fixed-point integer to a int.
toLong(long) - Static method in class net.jscience.math.MathFP
Converts a fixed-point integer to a long.
toString(int) - Static method in class net.jscience.math.waba.MathFP
Converts a fixed-point integer to a string.
toString(int) - Static method in class net.jscience.math.kvm.MathFP
Converts a fixed-point integer to a string.
toString(int, int) - Static method in class net.jscience.math.waba.MathFP
Converts a fixed-point integer to a string with rounding.
toString(int, int) - Static method in class net.jscience.math.kvm.MathFP
Converts a fixed-point integer to a string with rounding.
toString(long) - Static method in class net.jscience.math.MathFP
Converts a fixed-point integer to a string.
toString(long, int) - Static method in class net.jscience.math.MathFP
Converts a fixed-point integer to a string with rounding.

A C D E G L M N P R S T