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 givenRunnableusing the specified precision.DefaultBigDecimalMath.createLocalMathContext(int precision, RoundingMode roundingMode) Executes the givenRunnableusing the specified precision andRoundingMode.DefaultBigDecimalMath.createLocalMathContext(MathContext mathContext) Executes the givenRunnableusing the specifiedMathContext.