36 lines
956 B
YAML
36 lines
956 B
YAML
|
Categories:
|
||
|
- Science & Education
|
||
|
License: PublicDomain
|
||
|
WebSite: https://sourceforge.net/projects/mathexpressionevaluator
|
||
|
SourceCode: https://sourceforge.net/p/mathexpressionevaluator/code
|
||
|
IssueTracker: https://sourceforge.net/p/mathexpressionevaluator/discussion
|
||
|
|
||
|
AutoName: Expression Evaluator
|
||
|
Description: |-
|
||
|
The program takes in mathematical expressions and evaluates them. Its a little
|
||
|
bit more useful then a common calculator in that it handles variables. The look
|
||
|
and feel is more towards a programming language. Simplified version of MathCad
|
||
|
or Linux octave.
|
||
|
|
||
|
Example input:
|
||
|
|
||
|
apple = 12, orange = 7 (apple/2 + orange)*10
|
||
|
|
||
|
Example output:
|
||
|
|
||
|
130.0
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://git.code.sf.net/p/mathexpressionevaluator/code
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 101
|
||
|
commit: bf1952
|
||
|
target: android-10
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '1.1'
|
||
|
CurrentVersionCode: 101
|