summaryrefslogtreecommitdiff
path: root/sal/rtl/math.cxx
AgeCommit message (Expand)Author
2019-08-09Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-06-18Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke
2018-03-02Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann
2018-01-29Translate German variable nameJohnny_M
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-16sal: try to fix Android build, no std::roundMichael Stahl
2018-01-16tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-04ofz#4886 Integer-overflowCaolán McNamara
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22ofz#4366 Divide-by-zeroStephan Bergmann
2017-10-25ofz#3789 Integer-overflowCaolán McNamara
2017-10-23loplugin:includeform: salStephan Bergmann
2017-10-20Comment some values that 16 doesn't workEike Rathke
2017-10-19tdf#113211: fix calculations with big integersMike Kaganski
2017-07-23rtl: cleanup equality conditions in math.cxxChris Sherlock
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann
2016-10-13approxEqual: check isFinite()Eike Rathke
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke
2016-09-26sal: Mac OS X 10.8 fails test_log1pMichael Stahl
2016-06-27stringToDouble() do not parse separator without digit as 0.0Eike Rathke
2016-06-27stringToDouble() fix broken reverse logic for NaN and INFEike Rathke
2016-01-14use ::std::swap() to reverse bufferEike Rathke
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke
2016-01-13sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl
2016-01-13tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke
2015-10-26see if including cmath instead of math.h satisfies Android-ARMEike Rathke
2015-10-26Revert "attempted fix for android build"Stephan Bergmann
2015-10-26Revert "sal: fix Android build"Miklos Vajna
2015-10-26sal: fix Android buildMiklos Vajna
2015-10-26The Android NDK for some reason don't have these math functions in std::Tor Lillqvist
2015-10-26attempted fix for android buildNoel Grandin
2015-10-25replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke