Use <cmath> in favor of <math.h> everywhere.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jan 2015 19:45:59 +0000 (20:45 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Jan 2015 19:45:59 +0000 (20:45 +0100)
This is both for consistency reasons, as well as to reduce the
likelyhood of issues that may occur due to <math.h> / <cmath> mixups.


No differences found