You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great package - are you planning to support physical units in this package? Like area, length, mass, etc...?
There is a great JS library which allows for quite "complex" calculations like evaluate('10km/h > 17m/3s'). And even allows the creation of custom units. https://mathjs.org/docs/datatypes/units.html
It would be awesome to have something similar in dart.
The text was updated successfully, but these errors were encountered:
Support for units wasn't a consideration during development of this library which has a pretty narrow scope so far. Implementing this would likely require some rather large changes to the way the library works internally.
However, I'll leave this ticket open as an enhancement request for future consideration, or for somebody else to pick up :)
Great package - are you planning to support physical units in this package? Like area, length, mass, etc...?
There is a great JS library which allows for quite "complex" calculations like
evaluate('10km/h > 17m/3s').
And even allows the creation of custom units.https://mathjs.org/docs/datatypes/units.html
It would be awesome to have something similar in dart.
The text was updated successfully, but these errors were encountered: