Interface RealBound
- All Known Implementing Classes:
RealBound.Finite,RealBound.Infinite
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic enum -
Method Summary
Modifier and TypeMethodDescriptionadd(RealBound other, RoundingMode roundingMode) asInt(RoundingMode roundingMode) intcompareBound(RealBound other) div(RealBound other, RoundingMode roundingMode) exp(RoundingMode roundingMode) static RealBounddefault booleangreaterThanOrEquals(RealBound other) booleanisFinite()booleanlessThanOrEquals(RealBound other) log(RoundingMode roundingMode) default RealBounddefault RealBoundminus(RoundingMode roundingMode) mul(RealBound other, RoundingMode roundingMode) static RealBoundof(BigDecimal value) pow(RealBound other, RoundingMode roundingMode) round(RoundingMode roundingMode) intsignum()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
-