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
(generalization of #413)
There are a lot of places where we rely on the type (filtration value, coordinate, etc) supporting NaN, infinity and/or max. However, there are perfectly sensible types that do not support any of those (think BigInteger). Using the special values is convenient, but we should see if there are places where we could avoid using them without penalizing double too much (speed + code readability).
The text was updated successfully, but these errors were encountered:
(generalization of #413)
There are a lot of places where we rely on the type (filtration value, coordinate, etc) supporting NaN, infinity and/or max. However, there are perfectly sensible types that do not support any of those (think BigInteger). Using the special values is convenient, but we should see if there are places where we could avoid using them without penalizing
double
too much (speed + code readability).The text was updated successfully, but these errors were encountered: