You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a Doubles generator that does not include +Infinite and -Infinite? All the between/range methods take inclusive parameters. Would it be possible to have methods are exclusive? Obviously, you can't something like between(Double.NEGATIVE_INFINITY + 1, Double.POSITIVE_INFINITY - 1)
The text was updated successfully, but these errors were encountered:
Is it possible to create a Doubles generator that does not include
+Infinite
and-Infinite
? All the between/range methods take inclusive parameters. Would it be possible to have methods are exclusive? Obviously, you can't something likebetween(Double.NEGATIVE_INFINITY + 1, Double.POSITIVE_INFINITY - 1)
The text was updated successfully, but these errors were encountered: