Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename to *number-units-at-beginning* | Daniel Santos | 2023-01-11 | 1 | -2/+2 |
| | |||||
* | (values) into (nth-value 0 ...) | Daniel Santos | 2023-01-11 | 1 | -3/+3 |
| | |||||
* | may-reverse not needed for implode and explode | Daniel Santos | 2023-01-10 | 1 | -2/+2 |
| | |||||
* | may-reverse bug squash | Daniel Santos | 2023-01-10 | 1 | -2/+2 |
| | |||||
* | cleanup, add symbol-to-number, plus-* correct number system | Daniel Santos | 2023-01-10 | 1 | -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-reverse | Daniel Santos | 2023-01-10 | 1 | -0/+16 |
| | | | | | Add the functions implode, explode, may-reverse and the variable *number-units-beginning* | ||||
* | plus-decimal and plus-earth sums many numbers | Daniel Santos | 2023-01-09 | 1 | -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 Santos | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | rename numericx.lisp cl-math.lisp | Daniel Santos | 2023-01-09 | 1 | -0/+0 |
| | |||||
* | add plus operation and low-level functions | Daniel Santos | 2023-01-09 | 1 | -0/+94 |