Interface RealBound
- All Known Implementing Classes:
RealBound.Finite
,RealBound.Infinite
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static enum
-
Method Summary
Modifier and TypeMethodDescriptionadd
(RealBound other, RoundingMode roundingMode) asInt
(RoundingMode roundingMode) int
compareBound
(RealBound other) div
(RealBound other, RoundingMode roundingMode) exp
(RoundingMode roundingMode) static RealBound
default boolean
greaterThanOrEquals
(RealBound other) boolean
isFinite()
boolean
lessThanOrEquals
(RealBound other) log
(RoundingMode roundingMode) default RealBound
default RealBound
minus
(RoundingMode roundingMode) mul
(RealBound other, RoundingMode roundingMode) static RealBound
of
(BigDecimal value) pow
(RealBound other, RoundingMode roundingMode) round
(RoundingMode roundingMode) int
signum()
sqrt
(RoundingMode roundingMode) sub
(RealBound other, RoundingMode roundingMode)
-
Method Details
-
lessThanOrEquals
-
greaterThanOrEquals
-
isFinite
boolean isFinite() -
min
-
max
-
round
-
minus
-
add
-
sub
-
mul
-
div
-
exp
-
log
-
sqrt
-
pow
-
signum
int signum() -
compareBound
-
asInt
-
of
-
fromInt
-