summaryrefslogtreecommitdiff
path: root/sal/rtl/math.cxx
AgeCommit message (Expand)Author
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
2015-10-24replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
2015-10-24implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier
2014-11-20Introduce OStringBuffer::appendUninitializedStephan Bergmann
2014-11-20Clean up Mac _imp_getProcessLocaleStephan Bergmann
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-11"overflow" is one wordTor Lillqvist
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-10-17fdo#70319 "exponent followed by at least on digit" also for special case 0.0Stephan Bergmann
2013-10-14resolved fdo#70319 exponent must be followed by at least one digitEike Rathke
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini
2013-02-22Bin pointless single-child directory levelTor Lillqvist