Uses of Class
ch.obermuhlner.math.big.DefaultBigDecimalMath.LocalMathContext
Packages that use DefaultBigDecimalMath.LocalMathContext
-
Uses of DefaultBigDecimalMath.LocalMathContext in ch.obermuhlner.math.big
Methods in ch.obermuhlner.math.big that return DefaultBigDecimalMath.LocalMathContextModifier and TypeMethodDescriptionDefaultBigDecimalMath.createLocalMathContext
(int precision) Executes the givenRunnable
using the specified precision.DefaultBigDecimalMath.createLocalMathContext
(int precision, RoundingMode roundingMode) Executes the givenRunnable
using the specified precision andRoundingMode
.DefaultBigDecimalMath.createLocalMathContext
(MathContext mathContext) Executes the givenRunnable
using the specifiedMathContext
.