Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add div, the division operation HEAD main | Daniel Santos | 2023-02-25 | 1 | -0/+6 |
| | |||||
* | add testing files | Daniel Santos | 2023-02-25 | 2 | -0/+181 |
| | |||||
* | cut-digits to base-number, and other improvements | Daniel Santos | 2023-02-25 | 1 | -40/+46 |
| | |||||
* | documentation typo | Daniel Santos | 2023-01-18 | 1 | -1/+1 |
| | |||||
* | improve cut-digits, may be a bug fix | Daniel Santos | 2023-01-18 | 1 | -0/+1 |
| | |||||
* | add may-reverse-and-cut | Daniel Santos | 2023-01-14 | 1 | -3/+9 |
| | |||||
* | bug fix: have to add cut-digits | Daniel Santos | 2023-01-13 | 1 | -2/+9 |
| | |||||
* | improve indentation | Daniel Santos | 2023-01-13 | 1 | -4/+4 |
| | |||||
* | make plus args as list of symbols, instead of numbers | Daniel Santos | 2023-01-13 | 1 | -2/+2 |
| | |||||
* | rename to implode and explode | Daniel Santos | 2023-01-13 | 1 | -5/+5 |
| | |||||
* | rename explode-from-string to explode-string | Daniel Santos | 2023-01-13 | 1 | -1/+1 |
| | |||||
* | Add explode-from-string | Daniel Santos | 2023-01-12 | 1 | -0/+4 |
| | |||||
* | rename to plus-inc.lisp | Daniel Santos | 2023-01-12 | 1 | -0/+0 |
| | |||||
* | bug fix plus-decimal plus-earth | Daniel Santos | 2023-01-12 | 1 | -2/+2 |
| | |||||
* | top comment update | Daniel Santos | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | reordening of functions in file | Daniel Santos | 2023-01-12 | 1 | -11/+11 |
| | |||||
* | remove plus with string functions | Daniel Santos | 2023-01-12 | 1 | -12/+0 |
| | |||||
* | rename file to plus.lisp | Daniel Santos | 2023-01-12 | 1 | -0/+0 |
| | |||||
* | write-to-string to prin1-to-string | Daniel Santos | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | change from eql to eq | Daniel Santos | 2023-01-12 | 1 | -7/+7 |
| | |||||
* | add implode-string and doc update of explode-string | Daniel Santos | 2023-01-12 | 1 | -3/+7 |
| | |||||
* | rename explode-from-symbol and implode-from-symbol | Daniel Santos | 2023-01-12 | 1 | -9/+9 |
| | |||||
* | plus-earth returns a number | Daniel Santos | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | improve doc | Daniel Santos | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | add explode-string and plus-string | Daniel Santos | 2023-01-11 | 1 | -0/+8 |
| | |||||
* | 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 |