Giter VIP home page Giter VIP logo

mathparser's Introduction

MathParser

Parser And Evaluator Of Mathematical Expression

=========

  • Check correctness of mathematical expressions in infix (OK), prefix and postfix notation (WIP)
  • Tokenise the mathematical expression (Done only for basic operations, and single argument functions)
  • Parse the mathematical expression (Done only for basic operations and single argument functions)
  • Evaluates the mathematical expressions (Ok, correct even with functions - eventually with bigNum implementation) (In future with literal calculus)
  • Basic GUI for calculator (only basic operations and single argument functions)
  • Symbolic Parsing And Evaluating (Not Literal Calculus YET)

======== TO DO

  • Add definition of multiargument functions: -log_b (a, x) calculates log x in base a -sqrt_b (n, x) calculates general radicals, not only with 1/2 as exponent
  • Add trigonometric and hyperbolic functions not implememted in Java.Math (series expansion or external library)
  • Add tokenisation of mathematical functions with more than one argument
  • Add parsing of mathematical functions with more than one argument
  • Add direct tokenisation of prefix and postfix notation
  • Add direct parsing of prefix and postfix notation
  • Improve GUI
  • Add rational and complex number (Maybe revise whole number system in the application)
  • Add misc functions:
    • average
    • fib (iterative method, with arrayList as dataStructure)
    • bynomial_factor (try different implementation)

mathparser's People

Contributors

fsaporito avatar

Watchers

 avatar  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.