charto / bigfloat

Fast arbitrary precision math library for computational geometry.
MIT License
74 stars 4 forks source link

Do you have a parser or eval? #4

Closed Light-Wizzard closed 5 years ago

Light-Wizzard commented 5 years ago

I am looking for a library that can parse or eval equations, I am using this in Qt Qml Felgo, using Qml JavaScript, do you know if this works in Qml JavaScript Engine also?

jjrv commented 5 years ago

I guess this library should work on any JavaScript engine, but it doesn't parse equations or support many arithmetic operations. It's mainly meant for exact geometry computations.