mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
596 B
Plaintext
22 lines
596 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# arithmetic
|
|
|
|
> Quiz on simple arithmetic problems.
|
|
> More information: <https://manned.org/arithmetic>.
|
|
|
|
- Start an arithmetic quiz:
|
|
|
|
`arithmetic`
|
|
|
|
- Specify one or more arithmetic [o]peration symbols to get problems on them:
|
|
|
|
`arithmetic -o {{+|-|x|/}}`
|
|
|
|
- Specify a [r]ange. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range:
|
|
|
|
`arithmetic -r {{7}}`
|