summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* rename to *number-units-at-beginning*Daniel Santos2023-01-111-2/+2
|
* (values) into (nth-value 0 ...)Daniel Santos2023-01-111-3/+3
|
* may-reverse not needed for implode and explodeDaniel Santos2023-01-101-2/+2
|
* may-reverse bug squashDaniel Santos2023-01-101-2/+2
|
* 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/+0
|
* add plus operation and low-level functionsDaniel Santos2023-01-091-0/+94