aboutsummaryrefslogtreecommitdiff
path: root/src/proj_math.h
AgeCommit message (Expand)Author
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-18math.cpp removed since its isnan isn't used. Keep proj_math.h (whichCharles Karney
2019-09-18Try removing C99 math functions from math.cpp (but leave isnan).Charles Karney
2019-09-17Add atanh, copysign, cbrt, remainder, remquo to math.cpp.Charles Karney
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-05-23Merge branch 'master' into return-nans-quicklyKristian Evers
2018-05-19Undef isnan if already defined before redefining it (typically with MSVC)Even Rouault
2018-05-08Add round() and lround() to proj_math.hKristian Evers
2018-05-08Add NAN definition to proj_math.hKristian Evers
2018-04-30Move include of math.h inside include guard.Kurt Schwehr
2018-04-23Add isnan() to proj_math.hKristian Evers
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers