arithmetica-org/arithmetica-tui
A command-line wrapper for the arithmetica library that can solve complex math problems with steps.
C++GPL-3.0
Issues
- 0
Cannot factor `x^2-2x-3`.
#34 opened by avighnac - 0
- 1
- 0
- 0
- 0
- 0
`tocontfrac` - Adding brackets arround the number and using expressions crashes the program.
#31 opened by avighnac - 0
Unexpected crashes while using `add` and `mul`
#30 opened by avighnac - 0
Add steps for `gcd` and `lcm`
#28 opened by avighnac - 0
`--update` on windows still tries to use `sudo`, unlike `--update-bleeding-edge`
#12 opened by avighnac - 0
- 1
- 1
- 0
`factor` - `x^2-4` crashes the program
#25 opened by avighnac - 0
`eval` with steps - `0.1+0.1` steps are incorect
#20 opened by avighnac - 0
- 0
Cursor moves to the front of the line whenever typing behind the first letter, but the text still types at its intended location
#21 opened by avighnac - 0
- 0
- 0
- 0
`eval` with steps - `1/(2+1/(3+1/4))` causes an extrenuous parenthesis to appear
#14 opened by avighnac - 0
- 0
`eval` with steps - `(12^2+5^2)^(1/2)` gitchy, 12 is replaced by 2 in one of the substeps
#15 opened by avighnac - 0
- 0
`eval` - Remove the unnecessary division by 1 and reprint the original expression once while showing steps
#6 opened by avighnac - 0
`factor` - Add support for fractional powers, such as `x+3x^0.5+2`, and the `sqrt()` and `cbrt()` functions
#10 opened by avighnac - 0
- 0
Add a `solve` function that solves equations
#8 opened by avighnac - 0
- 0
mul - `3^(e^(i*pi))` crashes the program
#5 opened by avighnac - 0
mul - `2^c` parses to `2^9c`
#4 opened by avighnac - 0
mul - `a^(b+c)^(d+e)^f` is parsed as `a^{b + c}def` instead of `a^{{b+c}^{{d+e}^{f}}}`
#3 opened by avighnac - 0
mul - `i^2p` is parsed to `i^2`
#2 opened by avighnac