Giter VIP home page Giter VIP logo

scientific-calculator's People

Contributors

a35joshi avatar

Stargazers

 avatar

Watchers

 avatar  avatar

scientific-calculator's Issues

show history

add ability to show history of previous inputs and outputs

Replace (sin with sin (

Instead of (sin let's try sin ( because that will reduce the possibility of people getting stuck with the ex4j library error.

Decimal Formatting

if possible enable decimal formatting:
DecimalFormatSymbols otherSymbols = new DecimalFormatSymbols(Locale.ENGLISH); DecimalFormat decimalFormat = new DecimalFormat( "###,###.########" , otherSymbols ); decimalFormat.format(Double.parseDouble(cNumber));

Use this code and verify before updating master

make release

create a release for Google Play Store App Release before year end.
(on GitHub)

Add deg2rad and rad2degree

Allow user to choose between degree and radians.

Could perhaps swap in the customised function by adding if else.

Pointer doesn't really work.

Even though I place the pointer at say sin ( to make it 35sin, it still gets detected at the latter position. That is becomes this way sin(35);

Use getcurrentselection method

Instead of using string output.gettext to check last3chars and delete sin ( cos ( etc try by doing with current cursor position.

Tan90, log0

Make TAN90, log0 and exceptions like these display MATH ERROR rather than NaN.
Also E must be written as ^10

Forgotten typecasting

//shouldn't this be String now?
hashMap = (HashMap<String, Double>) mIntent.getSerializableExtra("History_Store");

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.