Releases: mkulesh/microMathematics
Releases · mkulesh/microMathematics
Release v2.18.0
- The app is adapted for Android 9
- Array elements can be assigned using an index
- Whole array can be now displayed in the result view without to use indices
- Improved scrolling behavior
Release v2.17.4
Removed obsolete permissions
Release v2.17.3
- Added more examples
- Added Chinese translation
Release v2.17.2
- Implemented SI units of information
- Expanded image settings: now it is now possible to use an automatic color adjustment for SVG images depending on application theme
- Changed app icon in order to support Android Oreo icon shape
- For a function plot, it is now possible to use logarithmic scale
Release v2.17.1
- An interval variable can now be shown in he "Details" window
- Added new contrast themes
- On Android 8: Added context menu to the application shortcut
- Added new configuration parameters in the "App settings"
- Fixed some bugs
Release v2.17.0
- Documents from SMath Studio can now be opened in microMathematics
- Added new build-in functions: rows and cols
- SI and non-SI units are now available. You can put units from the keyboard into the same input field (separated from the number using a space)
Release v2.16.2
- Added a button on the tool bar that allows us to make button groups visible/invisible
- Added new build-in functions: round, mod, trunc, perc, log, cot, csc, sec, acot, acsc, asec, coth, csch, sech
Release v2.16.1
- Function log renamed to ln, rnd to random, signum to sign
- Function hypot is removed. Instead of this build-in function, you can define a user function H(x,y) = sqrt(x^2 + y^2)
- Added document metadata: author, title, and a short description
- Fixed a bug observed for a plot of the function f(x)=1/x
- Added Function Overview document. The functionality described in this document is also fully supported by SMath Studio. For more details, see Integration with SMath Studio document
Release v2.16
- Added new function "read" that allows us to import data from an ASCII file.
- Added other color themes. To change a theme, open "App settings" from the main menu.
- It was hard to edit document that could be zoomed if mistakenly touch screen by two fingers during editing. To improve this behavior, the zooming is now disabled in editing mode.
Release v2.15.6
Fixed app core