Changeset 1005 for cpp/frams/util
- Timestamp:
- 07/14/20 15:54:43 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/extvalue.cpp
r973 r1005 705 705 fpExceptDisable(); 706 706 double tmp = getDouble() / a; 707 if (! finite(tmp))707 if (!std::isfinite(tmp)) 708 708 { 709 709 logPrintf("ExtValue", "divide", LOG_ERROR, "Overflow %s/%g", getString().c_str(), a); setInvalid();
Note: See TracChangeset
for help on using the changeset viewer.