summaryrefslogtreecommitdiffstats
path: root/sal/rtl/math.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke2019-08-091-2/+12
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12
* Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2018-11-291-1/+1
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin2018-08-271-2/+2
* Resolves: tdf#118073 one leading 0 is significant for 0.Eike Rathke2018-06-181-1/+1
* Disable -fsanitize=float-divide-by-zero in rtl_math_atanhStephan Bergmann2018-03-021-0/+3
* Translate German variable nameJohnny_M2018-01-291-3/+3
* Remove include of config_global.h from sal/config.hStephan Bergmann2018-01-191-0/+1
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-181-1/+0
* sal: try to fix Android build, no std::roundMichael Stahl2018-01-161-0/+1
* tdf#96821 fix corner cases for Calc function ROUND.Winfried Donkers2018-01-161-0/+3
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* ofz#4886 Integer-overflowCaolán McNamara2018-01-041-3/+5
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-231-1/+1
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-1/+1
* ofz#4366 Divide-by-zeroStephan Bergmann2017-11-221-2/+10
* ofz#3789 Integer-overflowCaolán McNamara2017-10-251-1/+4
* loplugin:includeform: salStephan Bergmann2017-10-231-12/+12
* Comment some values that 16 doesn't workEike Rathke2017-10-201-2/+2
* tdf#113211: fix calculations with big integersMike Kaganski2017-10-191-1/+52
* rtl: cleanup equality conditions in math.cxxChris Sherlock2017-07-231-153/+248
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-2/+2
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-25/+20
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-2/+6
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-8/+8
* Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann2017-02-081-6/+4
* approxEqual: check isFinite()Eike Rathke2016-10-131-0/+2
* Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann2016-10-101-3/+1
* isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke2016-10-041-0/+1
* let approxEqual() not scale too early for large representable integer valuesEike Rathke2016-10-011-0/+39
* sal: Mac OS X 10.8 fails test_log1pMichael Stahl2016-09-261-0/+4
* stringToDouble() do not parse separator without digit as 0.0Eike Rathke2016-06-271-0/+13
* stringToDouble() fix broken reverse logic for NaN and INFEike Rathke2016-06-271-1/+1
* use ::std::swap() to reverse bufferEike Rathke2016-01-141-3/+1
* use getN10Exp(x) instead of pow(10.0,x)Eike Rathke2016-01-141-1/+1
* handle negative decimal places for rounding, tdf#96918 relatedEike Rathke2016-01-141-3/+20
* sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl2016-01-131-1/+1
* tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke2016-01-131-0/+67
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
* Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke2015-10-261-1/+1
* see if including cmath instead of math.h satisfies Android-ARMEike Rathke2015-10-261-1/+1
* Revert "attempted fix for android build"Stephan Bergmann2015-10-261-1/+0
* Revert "sal: fix Android build"Miklos Vajna2015-10-261-2/+0
* sal: fix Android buildMiklos Vajna2015-10-261-0/+2
* The Android NDK for some reason don't have these math functions in std::Tor Lillqvist2015-10-261-4/+4
* attempted fix for android buildNoel Grandin2015-10-261-0/+1
* replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke2015-10-251-59/+2