Coder Social home page Coder Social logo

super-calculator's Introduction

Welcome to Super Calculator what the stranded computer calculator should be! version 1.0

Features

  • supports all normal functions EX. + - * / % ect.
  • supports powers ex 2^2=4 2E2=2x10^2
  • supports roots ex sqrt4=2 3root8=cuberoot8=2
  • supports trig functions ex sin(pi)=0 asin0=pi
  • supports logarithms ex log10=1 lne=1
  • supports parentheses ex 2+((1+1)(8-6))=6 sqrt(2+2)=4
  • smart text field
  • you can create variables and use them ex b=3 then b+1=4 foo= (9-1)*2 then foo-1=15
  • see all of your variables by typeing "mem"
  • a label that displays the previous calculation
  • you can go back and view previous calculations with up/down arrow keys
  • press enter with a blank text box and while on a previous calculation and that calculation will be inserted into the text box
  • can create and use your own functions by using the Functions menu bar item
  • typing in "last" will automaticly put your last answer into the box
  • supports summations: format is "sum(start,count,function)" EX. sum(1,2, x^x) = 5
  • supports lists in formant {1,2,3} EX. list = {1,2,3} (can only be used in summations currently)
  • supports using lists as vectors. EX. {1,2,3}*2 = {2,4,6}
  • autosaves functions and variables to a defualt savefile
  • supports lists in summation functions: format is "sum(list, function)" EX. sum({1,2},x^x)=5
  • lists can be used as arguments in functions
  • can save your functions and variables to a file
TODO
  • have settings for rounding and other options
  • save settings to file
  • create easy way to learn how to use it
  • make code more easy to read

super-calculator's People

Contributors

thejman avatar

Watchers

 avatar

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.