Uses of Class
ch.obermuhlner.math.big.BigFloat.Context
Packages that use BigFloat.Context
-
Uses of BigFloat.Context in ch.obermuhlner.math.big
Fields in ch.obermuhlner.math.big declared as BigFloat.ContextModifier and TypeFieldDescriptionprivate final BigFloat.Context
BigFloat.context
private static final BigFloat.Context
BigFloat.SpecialBigFloat.DUMMY_CONTEXT
Methods in ch.obermuhlner.math.big that return BigFloat.ContextModifier and TypeMethodDescriptionstatic BigFloat.Context
BigFloat.context
(int precision) Creates aBigFloat.Context
with the specified precision andRoundingMode.HALF_UP
rounding.static BigFloat.Context
BigFloat.context
(MathContext mathContext) Creates aBigFloat.Context
with the specifiedMathContext
.BigFloat.getContext()
Returns theBigFloat.Context
ofthis
value.BigFloat.SpecialBigFloat.getContext()
private static BigFloat.Context
BigFloat.max
(BigFloat.Context left, BigFloat.Context right) Methods in ch.obermuhlner.math.big with parameters of type BigFloat.ContextModifier and TypeMethodDescriptionprivate static BigFloat.Context
BigFloat.max
(BigFloat.Context left, BigFloat.Context right) Constructors in ch.obermuhlner.math.big with parameters of type BigFloat.Context -
Uses of BigFloat.Context in ch.obermuhlner.math.big.stream
Methods in ch.obermuhlner.math.big.stream with parameters of type BigFloat.ContextModifier and TypeMethodDescriptionBigFloatStream.range
(double startInclusive, double endExclusive, double step, BigFloat.Context context) Returns a sequential orderedStream<BigFloat>
fromstartInclusive
(inclusive) toendExclusive
(exclusive) by an incrementalstep
.BigFloatStream.range
(long startInclusive, long endExclusive, long step, BigFloat.Context context) Returns a sequential orderedStream<BigFloat>
fromstartInclusive
(inclusive) toendExclusive
(exclusive) by an incrementalstep
.BigFloatStream.rangeClosed
(double startInclusive, double endInclusive, double step, BigFloat.Context context) Returns a sequential orderedStream<BigFloat>
fromstartInclusive
(inclusive) toendInclusive
(inclusive) by an incrementalstep
.BigFloatStream.rangeClosed
(long startInclusive, long endInclusive, long step, BigFloat.Context context) Returns a sequential orderedStream<BigFloat>
fromstartInclusive
(inclusive) toendInclusive
(inclusive) by an incrementalstep
.