summary refs log tree commit diff stats
path: root/cl-math.lisp
Commit message (Collapse)AuthorAgeFilesLines
* rename file to plus.lispDaniel Santos2023-01-121-94/+0
|
* write-to-string to prin1-to-stringDaniel Santos2023-01-121-1/+1
|
* change from eql to eqDaniel Santos2023-01-121-7/+7
|
* add implode-string and doc update of explode-stringDaniel Santos2023-01-121-3/+7
|
* rename explode-from-symbol and implode-from-symbolDaniel Santos2023-01-121-9/+9
|
* plus-earth returns a numberDaniel Santos2023-01-111-1/+1
|
* improve docDaniel Santos2023-01-111-1/+1
|
* add explode-string and plus-stringDaniel Santos2023-01-111-0/+8
|
* 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/+94