summaryrefslogtreecommitdiff
path: root/calc_test.go
Commit message (Collapse)AuthorAge
* updated test and go.modxuri2020-05-11
|
* - formula engine: reduce cyclomatic complexityxuri2020-05-10
| | | | - styles: allow empty and default cell formats, #628
* - fn: SUMSQxuri2020-05-09
| | | | | | - resolve ineffectual assignment - handle exception with invalid formula - update range resolver
* #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ↵xuri2020-05-08
| | | | TRUNC
* #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, ↵xuri2020-05-07
| | | | RANDBETWEEN, ROMAN
* #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, ↵xuri2020-05-06
| | | | FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
* #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSCxuri2020-05-05
|
* fn: CEILING, CEILING.MATHxuri2020-05-04
|
* fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASExuri2020-05-04
|
* fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENTxuri2020-05-04
|
* init formula calculation engine, ref #65 and #599xuri2020-05-03