-
Fix signed integer overflow UB in complexity computations. · c04f703aEric Fiselier authored
Previously the FittingCurve functions for n^2 and n^3 did the calculation using int types. This can overflow and cause UB. This patch changes the calculations to use std::pow to prevent this. Also re-enable VC 2013 appveyor bot since I *hope* this is what was causing the failures.
c04f703a
×