Uses of Enum Class
org.episteme.core.mathematics.context.MathContext.OverflowMode
Packages that use MathContext.OverflowMode
-
Uses of MathContext.OverflowMode in org.episteme.core.mathematics.context
Subclasses with type arguments of type MathContext.OverflowMode in org.episteme.core.mathematics.contextMethods in org.episteme.core.mathematics.context that return MathContext.OverflowModeModifier and TypeMethodDescriptionMathContext.getOverflowMode()Gets the overflow checking mode.NumericalConfiguration.getOverflowMode()static MathContext.OverflowModeReturns the enum constant of this class with the specified name.static MathContext.OverflowMode[]MathContext.OverflowMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.mathematics.context with parameters of type MathContext.OverflowModeModifier and TypeMethodDescriptionNumericalConfiguration.setOverflowMode(MathContext.OverflowMode overflowMode) MathContext.withOverflowMode(MathContext.OverflowMode overflowMode) Returns a new context with the specified overflow mode.