summaryrefslogtreecommitdiff
path: root/math_compat.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-22Issue #103: allow Infinity and -Infinity to be parsed.Eric Haszlakiewicz1-0/+4
2014-03-09Issue#102 - add support for parsing "NaN".Eric Haszlakiewicz1-0/+4
2014-03-02Issue#114: check for the presence of isnan and isinf, and provide compat ↵Eric Haszlakiewicz1-0/+20
macros on MSCV where _isnan and _finite exist instead.