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.ContextBigFloat.contextprivate static final BigFloat.ContextBigFloat.SpecialBigFloat.DUMMY_CONTEXTMethods 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.BigFloat.SpecialBigFloat.getContext()private static BigFloat.ContextBigFloat.max(BigFloat.Context left, BigFloat.Context right) Methods in ch.obermuhlner.math.big with parameters of type BigFloat.ContextModifier and TypeMethodDescriptionprivate static BigFloat.ContextBigFloat.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.