arithmetica-org/arithmetica
General purpose math library with primarily arithmetic functions.
CGPL-3.0
Issues
- 0
- 1
Bug: `arithmetica.find_roots_of_polynomial(['1','0','0','0','0','-1'])` creates an infinite loop
#22 opened by avighnac - 0
`simplify_arithmetic_expression` - `0^(1/2)` causes an infinite loop in all modes.
#24 opened by avighnac - 0
- 0
`simplify_arithmetic_expression` - 3600^(1/2) evaluates to 59 in fraction mode instead of 60
#20 opened by avighnac - 0
`simplify_arithmetic_expression` - `-2.5/-1.5` evaluates to `-1/0` instead of `5/3`
#21 opened by avighnac - 0
Bug: `arithmetica.find_roots_of_polynomial(['1','27','1','27'])` doesn't find the one real root.
#15 opened by avighnac - 0
- 0
Algebra: Implement a parser for function arguments that are not enclosed by parentheses
#13 opened by avighnac - 0
Bug: find_roots_of_polynomial doesn't work for `x^2+3x+2` when it is divided by 2.
#16 opened by avighnac - 0
- 0
- 0
- 0
Bug: `simplify_arithmetic_expression('2^2^2^2^2^2',0,20)` outputs the wrong result
#12 opened by avighnac - 0
- 0
- 1
- 1
- 0
simplify_arithmetic_expression() does not work properly with chain exponentiation and division.
#5 opened by avighnac - 1
- 1
- 1