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.SplitFastMath.Split.NANSplit version of NaN.static final FastMath.SplitFastMath.Split.NEGATIVE_INFINITYSplit version of negative infinity.static final FastMath.SplitFastMath.Split.POSITIVE_INFINITYSplit 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.SplitFastMath.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.