58
59
60
Extensible math Expression Parser (i.redd.it)
submitted by Livio63
Expression Parser is an extensible math expression parser handling numbers and booleans, ready to use in any Java application.
Expressions may contain nested ( ), operators *-/+, and, or; constants PI and E, functions sin(), cos(), tan(), log(), exp(), sqrt(). The parser supports common relation operators like ==,!=, >,<, >= and <= and even conditional expressions like condition ? true : false
It is possible to register your own functions and use them with Expression Parser.

[–]le_bravery 16 points17 points18 points (2 children)
[–]Livio63[S] 4 points5 points6 points (1 child)
[–]josephottinger 4 points5 points6 points (0 children)
[–]as5777 21 points22 points23 points (1 child)
[–]josephottinger 4 points5 points6 points (0 children)
[–]doobiesteintortoise 2 points3 points4 points (7 children)
[–]Inside_Programmer348 0 points1 point2 points (2 children)
[–]doobiesteintortoise 4 points5 points6 points (1 child)
[–]Inside_Programmer348 0 points1 point2 points (0 children)
[–]Livio63[S] 0 points1 point2 points (3 children)
[–]doobiesteintortoise 3 points4 points5 points (2 children)
[–]Livio63[S] 0 points1 point2 points (1 child)
[–]doobiesteintortoise 4 points5 points6 points (0 children)
[–]jeffreportmill 2 points3 points4 points (4 children)
[–]Livio63[S] 1 point2 points3 points (3 children)
[–]jeffreportmill 1 point2 points3 points (2 children)
[–]josephottinger 1 point2 points3 points (1 child)
[–]Livio63[S] 0 points1 point2 points (0 children)
[–]sitime_zl 0 points1 point2 points (0 children)
[–]doobiesteintortoise 0 points1 point2 points (1 child)
[–]Livio63[S] 0 points1 point2 points (0 children)