Categories
Tags → Infix

Jac - Java Calculator

Jac is a simple calculator that can be run in the console or with a GUI. Skins based on the OYOAHA framework may be applied to the GUI. The GUI also displays past operations and it can save sessions to a file. All operations are performed using inf...
DETAILS

Infix-Postfix

Use this to convert an infix expression to postfix and vice-versa. You can also evaluate infix and postfix expressions.
DETAILS

Infix~Postfix

Using this JavaScript you can convert an Infix expression (Inorder) to Postfix expression (Postorder) and also evaluates the Postfix expression. Supported operators are &"*, /, +, -, ()&". In Postfix to Infix conversion operators ar...
DETAILS
©2003-2019 jCay.com