News

This is an arithmetic parser implemented in JavaScript. It's capable of parsing and evaluating arithmetic expressions involving the basic arithmetic operations like addition, subtraction, ...
I need a help in writing a validator in javascript or jquery for a string expression that will allow arithmetic expressions like (),+,-,*,/,min(),max(),avg().in the string, min(),max(),avg() should ...