Uses of Enum Class
org.episteme.core.mathematics.context.MathContext.RealPrecision
Packages that use MathContext.RealPrecision
-
Uses of MathContext.RealPrecision in org.episteme.benchmarks.benchmark
Methods in org.episteme.benchmarks.benchmark that return MathContext.RealPrecisionModifier and TypeMethodDescriptiondefault MathContext.RealPrecisionRunnableBenchmark.getPrecisionMode()Methods in org.episteme.benchmarks.benchmark with parameters of type MathContext.RealPrecisionModifier and TypeMethodDescriptiondefault voidRunnableBenchmark.setPrecisionMode(MathContext.RealPrecision mode) Sets the precision mode for this benchmark execution. -
Uses of MathContext.RealPrecision in org.episteme.core.mathematics.context
Subclasses with type arguments of type MathContext.RealPrecision in org.episteme.core.mathematics.contextMethods in org.episteme.core.mathematics.context that return MathContext.RealPrecisionModifier and TypeMethodDescriptionMathContext.getRealPrecision()Gets the real number precision mode.NumericalConfiguration.getRealPrecision()static MathContext.RealPrecisionReturns the enum constant of this class with the specified name.static MathContext.RealPrecision[]MathContext.RealPrecision.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.RealPrecisionModifier and TypeMethodDescriptionNumericalConfiguration.setRealPrecision(MathContext.RealPrecision realPrecision) MathContext.withRealPrecision(MathContext.RealPrecision realPrecision) Returns a new context with the specified real precision.