1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 20:55:24 +02:00
tldr/pages.es/linux/arithmetic.md
Erlan Rangel a8aa15c887
pages.es/linux/a*: add Spanish translations (#15742)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-02-24 06:24:38 +02:00

16 lines
555 B
Markdown

# arithmetic
> Examen de problemas simples de aritmética.
> Más información: <https://manned.org/arithmetic.6>.
- Inicia un examen de aritmética:
`arithmetic`
- Especifica uno o más símbolos de [o]peración aritmética para obtener problemas relacionados con ellos:
`arithmetic -o {{+|-|x|/}}`
- Especifica un rango. Los problemas de suma y multiplicación presentarán números entre 0 y el rango, inclusive. Los problemas de resta y división tendrán el resultado requerido y el número a operar, entre 0 y el rango:
`arithmetic -r {{7}}`