Uses of Class
ch.obermuhlner.math.big.BigFloat.Context
Packages that use BigFloat.Context
-
Uses of BigFloat.Context in ch.obermuhlner.math.big
Methods in ch.obermuhlner.math.big that return BigFloat.ContextModifier and TypeMethodDescriptionstatic BigFloat.ContextBigFloat.context(int precision) Creates aBigFloat.Contextwith the specified precision andRoundingMode.HALF_UProunding.static BigFloat.ContextBigFloat.context(MathContext mathContext) Creates aBigFloat.Contextwith the specifiedMathContext.BigFloat.getContext()Returns theBigFloat.Contextofthisvalue. -
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.