summaryrefslogtreecommitdiff
path: root/sc/inc/math.hxx
AgeCommit message (Expand)Author
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-07-01Purge out rtl::math::setInfBaiXiaochun
2021-04-26Add a Kahan summation class.dante
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2019-01-11Fix typoAndrea Gelmini
2019-01-10Related: tdf#44076 do not leave cast to int to undefined behaviourEike Rathke
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida
2016-04-12Avoid reserved identifiersStephan Bergmann
2015-08-14forget about the C++ Standard, use our own known goodsEike Rathke
2015-08-13do not use INFINITY (or NAN while at it..) macroEike Rathke
2015-08-13add sc::divide() for defined -fsanitize=float-divide-by-zero behaviorEike Rathke
2015-03-09extract ScInterpreter::div to own methodMarkus Mohrhard