moar82 / calculator

Calculator app refactored using EARMO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This app was refactored using EARMO (Energy-aware Refactoring approach for MObile apps) For More information visit http://swat.polymtl.ca/rmorales/EARMO/

Calculator

Calculator is a simple 4 function calculator, with a panel that has more advanced functions when you need them. It includes history, real time graphing, base conversion, and more. It also comes with a lockscreen widget, a floating calculator, and a wear app so you can use whichever is most convenient. The goal is a simple and uncluttered calculator.

Features:

  • Basic arithmetic (+, -, *, /)
  • Trigonometry (sin, cos, tan, arcsin, arccos, arctan)
  • Complex numbers (5+7i)
  • Graphs functions (Y=X^2)
  • Hexadecimal and Binary support (1A+E)
  • Animated history (Long press to copy)
  • Tablet, Smartphone, and Wear supported
  • Completely open source!

Jar files:

arity-2.1.6.jar - Arity (http://code.google.com/p/arity/, mirrored https://github.com/Xlythe/Arity) Arity is used to solve math given as a string

ejml-0.21.jar - Efficient Java Matrix Library (http://code.google.com/p/efficient-java-matrix-library/) Used to resolve matrix math

License:

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Calculator app refactored using EARMO


Languages

Language:Java 100.0%