Code Monkey home page Code Monkey logo

calculator-v2's Introduction

Calculator v2

Calculator v2 is an advanced calculator app with functions such as trigonometry, logs, factorials, and more while still maintaining a simple and easy to use interface.

⚠️ WARNING ⚠️

I made this app a long time ago as a college freshman. Although I'm proud of how it turned out and it mostly works, it has bugs and could give wrong answers... I don't recommend using it for anything serious. Turns out writing a parser using only string manipulaton then including no test cases is bad.

Download

https://github.com/scottmangiapane/calculator-v2/releases

Screenshots

Build Instructions

  • Install the required tools
  • Create a new project in Android Studio
    Package name: com.scottmangiapane.calculatorv2
  • Replace the contents of /app/source/main/ with this repo
  • Add any libraries to /libs/
  • Add any dependencies to /app/build.gradle

Build Requirements

  • Android Studio
  • Android Software Development Kit
  • Java Development Kit

Libraries

Add this library to the project's /libs/ folder

Dependencies

In the project's /app/build.gradle file, add the following dependency.

dependencies {
    compile 'com.android.support:appcompat-v7:24.1.1'
    compile files('libs/commons-math3-3.6.1.jar')
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.