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
MAXFLOAT represents the largest possible floating point (32 or 64 bit) number.
This will almost never present a problem in practice, but the correct formulation here is with floating point infinity.
The text was updated successfully, but these errors were encountered:
Fixes#195 and should get us get closer to portable code across Windows/Linux/Mac.
Only tested on Mac. Will test other platforms once all obvious portability issues have been fixed and will then take care of any remaining issues.
MAXFLOAT represents the largest possible floating point (32 or 64 bit) number.
This will almost never present a problem in practice, but the correct formulation here is with floating point infinity.
The text was updated successfully, but these errors were encountered: