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.SplitFastMath.Split. NANSplit version of NaN.static FastMath.SplitFastMath.Split. NEGATIVE_INFINITYSplit version of negative infinity.static FastMath.SplitFastMath.Split. POSITIVE_INFINITYSplit version of positive infinity.Methods in org.apache.commons.math3.util that return FastMath.Split Modifier and Type Method Description FastMath.SplitFastMath.Split. multiply(FastMath.Split b)Multiply the instance by another one.private FastMath.SplitFastMath.Split. pow(long e)Computes this^e.FastMath.SplitFastMath.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.SplitFastMath.Split. multiply(FastMath.Split b)Multiply the instance by another one.
-