diff options
| author | jstmax! <87650746+MaxWasTakenYT@users.noreply.github.com> | 2024-11-07 13:04:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-07 13:04:22 +0100 |
| commit | 1776b1f62be4d82e3f4c8413643e98bf38fcb7c8 (patch) | |
| tree | 47514d578b71753033bd8df0eb82eda1ad6984ed | |
| parent | 906358a3f2fddfb7fd61fadfbc8461c9a4e1a356 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # XSC🧮 **XSC** (e**X**tremely**S**imple**C**alculator): simple way to calculate stuff in the terminal \ syntax: `xsc <number> <(+|-|x|/|%|^)> <number>` or `xsc -sqrt | -r <number>` \ -pros: "faster because 3 letters" +pros: supports floating point number operations.. i guess it's a pro? ## dependencies🤓 * `figlet` : `pacman -S figlet` |