-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
46 lines (23 loc) · 1.09 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
v1.3.8:
- Delete all logos of sub-calculators except main screen.
- Smart recognition and parsing, including more input tolerance, implicit multiplication support, etc.
- More symbols are supported.
- More support for complex number calculation.
- Added extrema calculator.
- Simplified code.
- Fixed equation solver bugs.
- Added Taylor Polynomial Approximation (Generate a Taylor Polynomial and use it to approximate a value of a function)
- Implementation of inverse hyperbolic functions acsch, asech, and acoth using hyperbolic identities.
v1.3.9:
- Simplified code
- Changed logo
- Type hinting
- Function grapher with implicit graphing support
- More implicit mul support
- Sums in simple calculation screen
- Added symbolic calculation for simple calculation screen
- Added extend_log function to extend the domain of the natural log in integrals.
- Fixed equation solver bugs.
- Simplified? code by defining every trig and hyperbolic trig sympy and numpy has not defined explicitly.
- Changed "Algebra Calculator" into "Other utilities".
- Added arc length calculator and expr simplifier.