53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/icasdri/Mather
|
|
IssueTracker: https://github.com/icasdri/Mather/issues
|
|
Changelog: https://github.com/icasdri/Mather/releases
|
|
|
|
AutoName: Mather
|
|
Description: |-
|
|
Mather is a powerful, simple-to-use, no BS expression-based computation engine.
|
|
In addition to basic calculator arithmetic, it supports all of the following.
|
|
Powered by Math.js.
|
|
|
|
* Variables
|
|
* User-defined functions
|
|
* Easily-accessible math constants, e.g. 'pi'
|
|
* Complex math expression evaluation
|
|
* Trigonometric functions
|
|
* Unit conversions (and more general unit arithmetic)
|
|
* Complex numbers
|
|
* Matrices
|
|
* and more
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/icasdri/Mather
|
|
|
|
Builds:
|
|
- versionName: 0.2.3
|
|
versionCode: 203
|
|
commit: 0.2.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.2.4
|
|
versionCode: 204
|
|
commit: 0.2.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.3.0
|
|
versionCode: 300
|
|
commit: 0.3.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.3.0
|
|
CurrentVersionCode: 300
|