Skip to content

nathanfunk/jep-java-gpl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
doc
 
 
lib
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jep Java GPL

The offical Jep - Java Expression Parser GPL release v. 2.4.1.

View the documentation - http://htmlpreview.github.io/?https://github.com/nathanfunk/jep-java-gpl/blob/master/doc/html/index.html

This project was originally started on Sourceforge and has moved to github to allow easier forking.

Jep Java parses and evaluates mathematical expressions with only a few lines of code. This package allows your users to enter a formula as a string, and instantly evaluate it. Jep supports user defined variables, constants, and functions. A number of common mathematical functions and constants are included.

Features

  • Small size
  • Fast evaluation
  • Includes common math functions and operators
  • Supports Boolean expressions
  • Extendable and configurable architecture
  • Support for strings, vectors and complex numbers
  • Support for implicit multiplication
  • Allows declared or undeclared variables
  • Extensive documentation
  • Includes JavaCC grammar from which the main classes are generated

The commercial 3.x release (http://singularsys.com/jep) includes additional features:

  • Improved evaluation speed
  • High precision using BigDecimals
  • Substantially increased customizability

About

Java Math Expression Parser and Evaluator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages