Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -2,18 +2,18 @@
> Calculator.
- Run calculator in interactive mode
- Run calculator in interactive mode:
`bc -i`
- Calculate the result of an expression
- Calculate the result of an expression:
`bc <<< "(1 + 2) * 2 ^ 2"`
- Calculate with the given precision
- Calculate with the given precision:
`bc <<< "scale=10; 5 / 3"`
- Calculate expression with sine and cosine using mathlib
- Calculate expression with sine and cosine using mathlib:
`bc -l <<< "s(1) + c(1)"`