Releases: Darkempire78/OpenCalc
Releases · Darkempire78/OpenCalc
v3.0.0-beta2
New:
- Add an option to use modulo (#261)
- Add an option to select a value instead of copying it
- Add an option to split the parentheses button
Improvements:
- Optimize the calculator
- replace not essential EditText by TextView
Fixes:
v3.0.0-beta1
New:
- Use BigDecimal instead of Double
- Setting to convert results to scientific notation (#263)
v2.3.1
Fixed:
- Percentage division (#252) (@potatoes1286)
v2.3.0
v2.2.0
New:
- Settings page
Updated:
- About page
v2.1.6
v2.1.5
Updated:
- Display "value too large" instead of "infinity"
Fixed:
- Division by negative numbers (#181)
- Problem with factorial function (#166) (@lefterisgar)
- sin(x!) & cos(x!) give wrong results (#211)
v2.1.4
Updated:
- Input area takes the full screen size (#214)
- Parenthesis system
- Many translations
Fixed:
- Double toast when value copied for android 13
- Definition domain of tangent (#210)
- Display result when you paste a calculation (#204)
- Indirect division by zero is undefined (#206)
- Division by functions (#200)
- Percent issues
- Trigonometric functions return wrong results if the result is negative (#207)
- Math error clears entire calculation when new number is entered (#217)
- Parenthesis problem with tangent
v2.1.3
v2.1.2
Updated:
- Change text color on error (@lefterisgar)
- Reduce release size (@lefterisgar)
- Do not save a result in the history if it is equal to the calculation
- Do not save the calculation in the history if it is the same than the latest
Fixed: