If you expect your Doubles to be within some range...
# getting-started
p
If you expect your Doubles to be within some ranges and limited precision, you might be able to do some math trick to combine `first`and `second`into one value. Of course, that will be unreadable. But functional and without temp objects.
👎 1