Uses of Class
org.apache.commons.math3.util.FastMath.Split
Packages that use FastMath.Split
Package
Description
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.SplitModifier and TypeFieldDescriptionstatic final FastMath.Split
FastMath.Split.NAN
Split version of NaN.static final FastMath.Split
FastMath.Split.NEGATIVE_INFINITY
Split version of negative infinity.static final FastMath.Split
FastMath.Split.POSITIVE_INFINITY
Split version of positive infinity.Methods in org.apache.commons.math3.util that return FastMath.SplitModifier and TypeMethodDescriptionFastMath.Split.multiply
(FastMath.Split b) Multiply the instance by another one.private FastMath.Split
FastMath.Split.pow
(long e) Computes this^e.FastMath.Split.reciprocal()
Compute the reciprocal of the instance.Methods in org.apache.commons.math3.util with parameters of type FastMath.SplitModifier and TypeMethodDescriptionFastMath.Split.multiply
(FastMath.Split b) Multiply the instance by another one.