mormat / php-formula-interpreter

PHP library for parsing and running formulas from a string
GNU General Public License v2.0
5 stars 5 forks source link

Add comparison operators #4

Closed mormat closed 1 year ago

mormat commented 1 year ago

Need to use the operators > < = >= <= in a formula

Allowed types are numeric and string values