Can I get an arithmetic expression as a string computed with the Javascript Math object?
- by chimerical
If I have an arithmetic expression as a string ("2+3*4/5"), is there a way to get this computed with the Javascript Math object without parsing that entire string to separate everything out?