Closed djerius closed 2 months ago
Looking at the code, it's the result of this:
% perl -MMath::BigFloat -E 'say Math::BigFloat->new(!!0)->is_nan';
1
And TBH, I'm not sure exactly what the result should be for that operation.
I created #31, so at least for newer perl versions it would do the right thing. Hard to say if it can be improved for older versions.
Howdy,
This is a bit odd: