Commit d4ef0f1
committed
[hist] Don't replace shortcuts with TMath functions if not needed
Some of the shortcuts represent the same `cmath` functions that are used
to implement TMath anyway.
This also makes it easier to support different mathematical types with
the TFormula, like `std::experimental::simd`, because then these types
will just work as long as the provide `<cmath>` overloads.1 parent 9c4a8d2 commit d4ef0f1
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
| 934 | + | |
| 935 | + | |
945 | 936 | | |
946 | 937 | | |
947 | 938 | | |
| |||
0 commit comments