summaryrefslogtreecommitdiff
path: root/sc/inc/math.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Purge out rtl::math::setInfBaiXiaochun1-9/+3
2021-04-26Add a Kahan summation class.dante1-0/+1
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2019-01-11Fix typoAndrea Gelmini1-1/+1
2019-01-10Related: tdf#44076 do not leave cast to int to undefined behaviourEike Rathke1-0/+8
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida1-1/+1
2016-04-12Avoid reserved identifiersStephan Bergmann1-2/+2
2015-08-14forget about the C++ Standard, use our own known goodsEike Rathke1-5/+11
2015-08-13do not use INFINITY (or NAN while at it..) macroEike Rathke1-2/+2
2015-08-13add sc::divide() for defined -fsanitize=float-divide-by-zero behaviorEike Rathke1-0/+29
2015-03-09extract ScInterpreter::div to own methodMarkus Mohrhard1-0/+37