[Fixed] Parse all simple math expressions (decimal, negative, whole)
Includes +, -, /, *, and ^.
Can parse decimals.
Can parse negative whole numbers and decimals.
Can parse parentheses.
Used only for parsing math expressions using regex.
Submitted by anonymous - 9 years ago