1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 08:15:41 +02:00

simplification

* merged lines about interactive mode and mathlib
This commit is contained in:
kalebo 2016-11-21 09:33:08 -07:00 committed by Agniva De Sarker
parent 1b5152e58f
commit e3f1d3377f

View file

@ -2,11 +2,7 @@
> Calculator. > Calculator.
- Run calculator in interactive mode: - Run calculator in interactive mode using the standard math library:
`bc -i`
- Run calculator in interactive mode with floating point support:
`bc -l` `bc -l`