A scientific calculator implemented with HTML5/Javascipt technology.
It has been tested on the following browsers/platforms:
- Tizen/WRT
- Tizen/Crosswalk
- Android/Crosswalk
- Tizen IDE
- Chrome/file
- Chrome/extension
This application is distributed under Apache2.0 license.
See HACKING.md for more details about how to use and extend this project.
- Author: Carl Wong carl.wong@intel.com
- Owner: Carl Wong carl.wong@intel.com
Run-time dependencies (note that these are installed using bower and not distributed with the project):
-
intel-appframework
http://app-framework-software.intel.com/ -
PEG.js
http://pegjs.majda.cz/ -
iScroll
http://cubiq.org/iscroll-4
Build-time dependencies are detailed in the package.json file.
These are installed using npm and not distributed with the application.
This project uses the following fonts:
- Open Sans
Author: Steve Matteson
License: Apache License, version 2.0
Homepage: http://www.google.com/webfonts/specimen/Open+Sans
All images are created by Intel Corp.
They are licensed under the Creative Commons Attribution 3.0 license.
http://creativecommons.org/licenses/by/3.0/us/
Credits for the sounds in the app/audio
directory are as follows:
- EqualitySign_R2.ogg, GeneralButtonPress_R2.ogg
These files were created by Intel Corp. and are licensed under the creative Commons Attribution 3.0 license
http://creativecommons.org/licenses/by/3.0/us/
- Using the Nth Root function will place the result in both the main entry and current formula areas. The result itself is correct.