Learn more about cloning repositories
You have read-only access
fix: Updated math.h function calls to cmath equivalents - Changed NAN from math.h to std::nanl("") from cmath. - Changed isnan(...) from math.h to std::isnan(...) from cmath.