summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr3.cxx
AgeCommit message (Expand)Author
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-07-02Purge rtl::math:: ( erf / erfc / expm1 )BaiXiaochun
2021-05-15Use less memory for ScMatrix::Collectdante
2021-05-15tdf#137679 Use KahanSum for Taylor seriesdante
2021-05-08Review of the code affected by KahanSumdante
2021-05-08tdf#137679 Use Kahan summation for interpr3.cxx (2/2)dante
2021-05-04tdf#137679 Use kahan summation for ScInterpreter::lcl_IterateInversedante
2021-05-03Prioritize cmath over math.h in interpr3.cxxdante
2021-05-03tdf#137679 Use Kahan summation for interpr3.cxx (1/2)dante
2021-05-03tdf#137679 Use kahan summation for ScInterpreter::CalculatePearsonCovardante
2021-04-30tdf#137679 Use kahan summation for ScInterpreter::CalculateSkewdante
2021-04-21tdf#94962 - Limit calculation of pearson coefficientAndreas Heinisch
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-10-28convert some more long -> tools::LongNoel
2020-10-20use tools::Long in scNoel
2020-09-13establish ScValueIterator::pDoc is never nullCaolán McNamara
2020-09-13establish ScInterpreter::pDok is never nullCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-07-29loplugin:flatten in sc/core/toolNoel Grandin
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-08Resolves: tdf#129681 Handle array/matrix in AGGREGATE() with ignore errorsEike Rathke
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-22-Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-10-22-Wimplicit-int-float-conversionNoel Grandin
2019-10-22Resolves: tdf#127982 SMALL()/LARGE() rank array can be larger than data arrayEike Rathke
2019-09-26loplugin:constmethod in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-25Fix typosAndrea Gelmini
2019-06-20tdf#126012: Take care of polar and min-magnitude flags...Dennis Francis
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis
2019-03-03FOURIER : use Bluestein's algorithm for N != 2^kDennis Francis
2019-02-20fix MSVC compiler warning on bit-shift of int32 literal...Dennis Francis
2019-02-20try fix MSVC compiler warning on bit shift operationsDennis Francis
2019-02-20tdf#74664 : optimize the computation of twiddle factors.Dennis Francis
2019-02-20tdf#74664 : Compute the phase correctly using atan2Dennis Francis
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis
2018-12-18no need to allocate sc::op::Op on the heap hereNoel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-30i#32345 Support a matrix of rank argument for LARGE()/SMALL()Takeshi Abe
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15Resolves: i#32345 Make LARGE()/SMALL() return an arrayTakeshi Abe
2018-10-15sc: Let SKEW/SKEWP raise #!DIV/0 when < 3 numbers are givenTakeshi Abe
2018-10-15sc: Make KURT() return #DIV/0! when <4 arguments are givenTakeshi Abe
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-27Increase arbitrary sort elements limit from 100000 to two full columnsEike Rathke
2018-08-12loplugin:constantparamNoel Grandin