https://github.com/adrianromero/hellocalc
HelloCalc is a programable calculator for Android created with JavaFX.
https://github.com/adrianromero/hellocalc
android calculator gluon javafx
Last synced: 3 months ago
JSON representation
HelloCalc is a programable calculator for Android created with JavaFX.
- Host: GitHub
- URL: https://github.com/adrianromero/hellocalc
- Owner: adrianromero
- License: gpl-3.0
- Created: 2016-10-23T22:25:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T08:40:35.000Z (almost 8 years ago)
- Last Synced: 2025-05-29T14:18:38.094Z (5 months ago)
- Topics: android, calculator, gluon, javafx
- Language: JavaScript
- Homepage:
- Size: 873 KB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HelloCalc (Calculator)
======================HelloCalc is a programable calculator for Android created with JavaFX.

Examples
========Expressions evaluation
----------------------

Complex calculation
-------------------

Matrix calculation
------------------

Function definitions
--------------------



Compilation
===========Generates a debug Android apk containing the HelloCalc application.
```
./gradlew android
```Acknowledgments
===============HelloCalc just glues all the following projects together into one single application. All credit goes to these projects.
* [Mathjs](https://github.com/josdejong/mathjs) Copyright (C) 2013-2016 Jos de Jong wjosdejong@gmail.com. Apache License, Version 2.0.
* [Mozilla Rhino](https://github.com/mozilla/rhino) Copyright (C) 2005-2016 Mozilla Developer Network and individual contributors. Mozilla Public License Version 2.0.
* [JLatexMathFX](https://github.com/bitstormGER/jlatexmathfx) GNU General Public License, version 2. This library is a port to JavaFX of [JLatexMath](https://github.com/opencollab/jlatexmath).
* [JavaFXPorts](http://gluonhq.com/labs/javafxports/)
* [Roboto Fonts](https://fonts.google.com/specimen/Roboto) Apache License, Version 2.0.License
=======Licensed under the GNU General Public License, Version 3.