]> git.tdb.fi Git - libs/math.git/commitdiff
Math function usage fixes
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2013 13:32:49 +0000 (16:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2013 13:32:49 +0000 (16:32 +0300)
Add using declarations and #includes where needed, and clean up some
unnecessary ones.  abs() is particularly annoying, as the int version
easily gets into the global namespace and doesn't give a warning if
used with floats or doubles.


No differences found