Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -13,9 +13,9 @@ source: https://github.com/tldr-pages/tldr.git
`bc`
- Start an [i]nteractive session with the standard math [l]ibrary enabled:
- Start an interactive session with the standard math library enabled:
`bc --interactive --mathlib`
`bc {{[-i|--interactive]}} {{[-l|--mathlib]}}`
- Calculate an expression:
@@ -31,7 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
- Calculate a sine/cosine/arctangent/natural logarithm/exponential function using `mathlib`:
`echo '{{s|c|a|l|e}}({{1}})' | bc --mathlib`
`echo '{{s|c|a|l|e}}({{1}})' | bc {{[-l|--mathlib]}}`
- Execute an inline factorial script: