thesnapdragon / owlcalc

OwlCalc is a Firefox OS app: a calculator, that is simple like a notepad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OwlCalc

Description

OwlCalc is a Firefox OS app: a calculator, that is simple like a notepad

Features:

  • Simple usage
  • Scientific mode does not different from basic mode
  • Gesture based control
  • Calculation history management

Available: Check on Firefox Marketplace

Usage

To calculate an equation simply type with the phone's default keyboard into the input field. You can use the full functionality of MathJS, for complete documentation see: http://mathjs.org/.

Some examples:

  • 1.2 / (2.3 + 0.7) -> // 0.4
  • ans -> // 0.4
  • a = sin(45 deg) ^ 2 -> // 0.5
  • a * 2 -> // 1
  • function f(x, y) = x ^ y -> // function stored
  • f(2, 3) -> // 8

By swiping left or right of the screen you can navigate in the calculation history. Besides, with the help command a quick help will be showed for you.

Sites

Used technologies

About

OwlCalc is a Firefox OS app: a calculator, that is simple like a notepad

License:Apache License 2.0


Languages

Language:JavaScript 89.3%Language:CSS 10.5%Language:Python 0.1%Language:Shell 0.1%Language:Ruby 0.0%Language:Perl 0.0%