Uses of Class
org.apache.commons.math3.util.FastMath.Split
-
Packages that use FastMath.Split Package Description org.apache.commons.math3.util Convenience routines and common data structures used throughout the commons-math library. -
-
Uses of FastMath.Split in org.apache.commons.math3.util
Fields in org.apache.commons.math3.util declared as FastMath.Split Modifier and Type Field Description static FastMath.Split
FastMath.Split. NAN
Split version of NaN.static FastMath.Split
FastMath.Split. NEGATIVE_INFINITY
Split version of negative infinity.static FastMath.Split
FastMath.Split. POSITIVE_INFINITY
Split version of positive infinity.Methods in org.apache.commons.math3.util that return FastMath.Split Modifier and Type Method Description FastMath.Split
FastMath.Split. multiply(FastMath.Split b)
Multiply the instance by another one.private FastMath.Split
FastMath.Split. pow(long e)
Computes this^e.FastMath.Split
FastMath.Split. reciprocal()
Compute the reciprocal of the instance.Methods in org.apache.commons.math3.util with parameters of type FastMath.Split Modifier and Type Method Description FastMath.Split
FastMath.Split. multiply(FastMath.Split b)
Multiply the instance by another one.
-