-
MathException
- Exception in
com.bric.math
-
A collection of exceptions related to math.
-
MathException() - Constructor for exception com
.bric
.math
.
MathException
-
-
MathException(String, Throwable, boolean, boolean) - Constructor for exception com
.bric
.math
.
MathException
-
-
MathException(String, Throwable) - Constructor for exception com
.bric
.math
.
MathException
-
-
MathException(String) - Constructor for exception com
.bric
.math
.
MathException
-
-
MathException(Throwable) - Constructor for exception com
.bric
.math
.
MathException
-
-
MathException.DivideByZeroException
- Exception in
com.bric.math
-
-
MathException.NegativeException
- Exception in
com.bric.math
-
An exception used when an operand or calculation involves a negative number and it shouldn't.
-
MathException.NonIntegerException
- Exception in
com.bric.math
-
-
MathException.OverflowException
- Exception in
com.bric.math
-
An exception used when an operation results in overflow.
-
MathG
- Class in
com.bric.math
-
This provides some alternative implementations of a few methods from the Math class.
-
MathG() - Constructor for class com
.bric
.math
.
MathG
-
-
METER - Static variable in class com
.bric
.math
.
Length
-
The unit definition of a meter.
-
MICROMETER - Static variable in class com
.bric
.math
.
Length
-
The unit definition of a micrometer.
-
MILE - Static variable in class com
.bric
.math
.
Length
-
The unit definition of a mile.
-
MILLIMETER - Static variable in class com
.bric
.math
.
Length
-
The unit definition of a millimeter.
-
MutableDouble
- Class in
com.bric.math
-
This
Number can change value, so for operations that need to be computed millions of times, recycling 1 object will save a lot of memory allocation.
-
MutableDouble() - Constructor for class com
.bric
.math
.
MutableDouble
-
-
MutableDouble(double) - Constructor for class com
.bric
.math
.
MutableDouble
-
-
MutableDouble.ComparisonException
- Exception in
com.bric.math
-
-
MutableInteger
- Class in
com.bric.math
-
This
Number can change value, so for operations that need to be computed millions of times, recycling 1 object will save a lot of memory allocation.
-
MutableInteger() - Constructor for class com
.bric
.math
.
MutableInteger
-
-
MutableInteger(int) - Constructor for class com
.bric
.math
.
MutableInteger
-
-
MutableLong
- Class in
com.bric.math
-
This
Number can change value, so for operations that need to be computed millions of times, recycling 1 object will save a lot of memory allocation.
-
MutableLong() - Constructor for class com
.bric
.math
.
MutableLong
-
-
MutableLong(long) - Constructor for class com
.bric
.math
.
MutableLong
-
-
setFunction(int, Function) - Method in class com
.bric
.math
.function
.
PiecewiseFunction
-
-
setUnit(Length.Unit) - Method in class com
.bric
.math
.
Length
-
Changes the unit of this length, but the actual distance measured remains the same.
-
setValue(double, Length.Unit) - Method in class com
.bric
.math
.
Length
-
Redefine this
Length object.
-
sin00004(double) - Static method in class com
.bric
.math
.
MathG
-
Returns an approximate value of the sin(v) that should be within plus-or-minus .00004 of the value returned by Math.sin().
-
sin01(double) - Static method in class com
.bric
.math
.
MathG
-
Returns an approximate value of the sin(v) that should be within plus-or-minus .0108 of the value returned by Math.sin().
-
solve(double[][]) - Static method in class com
.bric
.math
.
Equations
-
Given a matrix of variable coefficients for a linear system of equations, this will solve for each variable.
-
solve(BigDecimal[][]) - Static method in class com
.bric
.math
.
Equations
-
Given a matrix of variable coefficients for a linear system of equations, this will solve for each variable.
-
solve(double[][], boolean) - Static method in class com
.bric
.math
.
Equations
-
Given a matrix of variable coefficients for a linear system of equations, this will solve for each variable.
-
solve(BigDecimal[][], boolean) - Static method in class com
.bric
.math
.
Equations
-
Given a matrix of variable coefficients for a linear system of equations, this will solve for each variable.
-
solve() - Method in class com
.bric
.math
.function
.
PolynomialFunction
-
Calls
evaluateInverse(0)
-
subtract(Length) - Method in class com
.bric
.math
.
Length
-
Subtracts the argument from this
Length object.