Giter Site home page Giter Site logo

jaydeep1026 / javaluator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fathzer/javaluator

0.0 0.0 0.0 1.19 MB

A java infix evaluator based on "Shunting Yard" algorithm.

Home Page: http://javaluator.fathzer.com

Java 75.60% HTML 0.64% PHP 23.76%

javaluator's Introduction

javaluator

Javadocs Maven Central Quality Gate Status

A java infix evaluator based on "Shunting Yard" algorithm.

Evaluate an arithmetic expression is as simple as:

Double result = new DoubleEvaluator().evaluate("(e^3-1)*sin(pi/4)*ln(pi^2)").

But Javaluator provides you with much more ...

Key features:

  • Functions support, including variable argument count.
  • Constants support: e, pi, etc ...
  • Variables support: Example sin(x) for x = pi/4.
  • Highly configurable: Reduce the built-in operator or function sets, define your own brackets.
  • Extensible: Define your own grammar, or extends the existing one.
  • Localizable: Define localized names for functions or constants.
  • Syntax check
  • Small footprint: 26kB, no additionnal library required.
  • Fully documented

Please visit the project site to learn more : http://javaluator.fathzer.com

If you use Javaluator in your product, we will be happy to add a link to your product in the Javaluator web site

javaluator's People

Contributors

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