added asciicast
This commit is contained in:
@@ -3,11 +3,13 @@
|
|||||||
A better basic calculator. Like the original `bc`, but with a better
|
A better basic calculator. Like the original `bc`, but with a better
|
||||||
prompt. Work in progress. Very incapable right now.
|
prompt. Work in progress. Very incapable right now.
|
||||||
|
|
||||||
|
[](https://asciinema.org/a/75ay3m4mx5i93tbfu7dahc55u)
|
||||||
|
|
||||||
## What?
|
## What?
|
||||||
|
|
||||||
The idea behind `bc` is to display partial results to the right of the
|
The idea behind `bc` is to display partial results to the right of the
|
||||||
cursor in yellow while we type. A little example can be found in the video
|
cursor in yellow while we type. A little example can be found in the video
|
||||||
below. Other than that, we want to be compatible with the original `bc`, though
|
above. Other than that, we want to be compatible with the original `bc`, though
|
||||||
somewhat faster. We have infinite precision integers and double precision floats.
|
somewhat faster. We have infinite precision integers and double precision floats.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
Reference in New Issue
Block a user