1.1.6
2023-03-13
- Fix a bug that causes the app to terminate unexpectedly when exporting a plot as image or PDF.
- Fix a bug that prevents the console output from adjusting its view size when the virtual keyboard has been shown or dismissed.
1.1.5
2023-02-20
Fix a bug that causes error when saving plots.
1.1.4
2023-02-12
New functions:
- csc: Cosecant (input in radians)
- secd: Secant (input in degrees)
- asec: Inverse secant (output in radians)
- asecd: Inverse secant (output in degrees)
- sech: Hyperbolic secant (input in radians)
- asech: Inverse hyperbolic secant (output in radians)
1.1.3
2023-01-31
New functions:
- csc: Cosecant (input in radians)
- cscd: Cosecant (input in degrees)
- acsc: Inverse cosecant (output in radians)
- acscd: Inverse cosecant (output in degrees)
- csch: Hyperbolic cosecant (input in radians)
- acsch: Inverse hyperbolic cosecant (output in radians)
1.1.2
2023-01-07
New features and improvements for searching text within a doc page:
1. Page now scrolls to the first occurrence of the searched text.
2. Fixed a bug that causes incorrect match count.
3. Up/down button added.
4. An invalid character removed from the doc page of "min".
1.1.1
2022-12-25
- Bug fixes and improvements.
1.1.0
2022-12-17
- New functions:
1. cov: covariance.
2. corrcoef: correlation coefficients.
- Various improvements and bug fixes.
1.0.9
2022-10-03
1. Fix a bug that causes errors in loading saved surface plots.
2. Fix a bug that causes the app to crash when converting an empty character array to another data type.
3. Submenu titles are removed to improve clarity.
1.0.8
2022-07-27
- New functions added:
1. Percentile: prctile()
2. Quantile: quantile()
3. Random permutation (shuffle): randperm()
- Under-the-hood improvements.
1.0.7
2022-07-02
- Added statistical function rms()
- Under-the-hood improvements.
1.0.6
2022-06-24
- Added functions var(), median() and mode().
- Bug fixes and improvements.
1.0.5
2022-04-24
- Added polynomial fitting: polyfit().
- Revised polyval(). It now can calculate prediction interval for polynomial regression.
- Bug fixes and improvements.
1.0.4
2022-03-08
- New feature: Exporting document page to PDF.
- Improvements and fixes for the document pages.
1.0.3
2022-02-28
New features:
- 2D and 3D plots can now be exported to PDF files.
- Document page for exporting plots added.
- Added font size 17 in the font settings.
Improvements & fixes:
- The width of the line number area in the console input now correctly respond to font size changes.
- The last x-tick label in 2D plots can now be shown correctly.
1.0.2
2022-02-17
- We bring back adjustable text sizes in editor and console.
- Google analytics added.
- Other minor changes.
1.0.1
2022-02-13
- Added onboarding example.
- Some minor changes.