float()
will return 0.0
as a valid value if min
is a very small number and max
is approaching 0 from the neg. side
#203
Labels
Testing some edge cases I came across an unexpected behaviour of float
StreamData.float()
will include0.0
when:min
andmax
max
approaching 0.0 (but not touching it)min
bing a very big negative number.This should not contain any
0.0
On the other side. These variations work as expected
The text was updated successfully, but these errors were encountered: