summary refs log tree commit diff stats
path: root/cl-math.lisp
Commit message (Collapse)AuthorAgeFilesLines
* cleanup, add symbol-to-number, plus-* correct number systemDaniel Santos2023-01-101-55/+27
| | | | | | | | | Clean up various variable names, namely the ones with '*reverse*'. Add the function symbol-to-number. Make the functions plus-decimal and plus-earth with numeral system with symbols, instead of numbers. This is the correct way for this program.
* add implode, explode and may-reverseDaniel Santos2023-01-101-0/+16
| | | | | Add the functions implode, explode, may-reverse and the variable *number-units-beginning*
* plus-decimal and plus-earth sums many numbersDaniel Santos2023-01-091-6/+6
| | | | | The functions plus-decimal and plus-earth now supports many arguments to do it's sum. It uses the &rest argument.
* remove (length)Daniel Santos2023-01-091-1/+1
|
* rename numericx.lisp cl-math.lispDaniel Santos2023-01-091-0/+94