summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* add div, the division operation HEAD mainDaniel Santos2023-02-251-0/+6
|
* add testing filesDaniel Santos2023-02-252-0/+181
|
* cut-digits to base-number, and other improvementsDaniel Santos2023-02-251-40/+46
|
* documentation typoDaniel Santos2023-01-181-1/+1
|
* improve cut-digits, may be a bug fixDaniel Santos2023-01-181-0/+1
|
* add may-reverse-and-cutDaniel Santos2023-01-141-3/+9
|
* bug fix: have to add cut-digitsDaniel Santos2023-01-131-2/+9
|
* improve indentationDaniel Santos2023-01-131-4/+4
|
* make plus args as list of symbols, instead of numbersDaniel Santos2023-01-131-2/+2
|
* rename to implode and explodeDaniel Santos2023-01-131-5/+5
|
* rename explode-from-string to explode-stringDaniel Santos2023-01-131-1/+1
|
* Add explode-from-stringDaniel Santos2023-01-121-0/+4
|
* rename to plus-inc.lispDaniel Santos2023-01-121-0/+0
|
* bug fix plus-decimal plus-earthDaniel Santos2023-01-121-2/+2
|
* top comment updateDaniel Santos2023-01-121-1/+1
|
* reordening of functions in fileDaniel Santos2023-01-121-11/+11
|
* remove plus with string functionsDaniel Santos2023-01-121-12/+0
|
* rename file to plus.lispDaniel Santos2023-01-121-0/+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/+0
|
* add plus operation and low-level functionsDaniel Santos2023-01-091-0/+94