]> sigrok.org Git - pulseview.git/commit
Use <cmath> in favor of <math.h> everywhere.
authorUwe Hermann <redacted>
Thu, 1 Jan 2015 19:45:59 +0000 (20:45 +0100)
committerUwe Hermann <redacted>
Thu, 1 Jan 2015 19:45:59 +0000 (20:45 +0100)
commitd9e717371c60f8c5ace007619da1b041f4db4e25
tree655cdcb4c7b32d239fb3c6ed749c5f536fefee77
parentf9abacf20c85333a3a6be785049e7658967e3104
Use <cmath> in favor of <math.h> everywhere.

This is both for consistency reasons, as well as to reduce the
likelyhood of issues that may occur due to <math.h> / <cmath> mixups.
pv/data/analogsegment.cpp
pv/data/logicsegment.cpp
pv/util.hpp
pv/view/signal.cpp
pv/view/trace.cpp