Frederik Leonhardt
Frederik Leonhardt
Thanks for the suggestion, I like the idea! Support for units wasn't a consideration during development of this library which has a pretty narrow scope so far. Implementing this would...
Hi Thanks for raising those. As mentioned in other issues, the parser is currently pretty limited. * Pi (and many other constants) are not supported in the parser * The...
That's currently not supported either, sorry.
Hi @Divyanshu-S, sorry I don't currently have a timeline for this. As mentioned above, this should be fairly easy to add, and I'm welcoming contributions.
@Just-Learned-It Great! You should first [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo), and then follow the [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) to make a pull request.
Hi @youngunand. Support for parsing Pi has not been added yet.
Hi @S-Man42 this sounds like a bug in the parser. The only allowed syntax should either `e(8)` or `e^8`.
Thanks for the report! This is similar to the second issue reported in #31. Variable naming is pretty restrictive at the moment, and the resulting parser errors not great.
@WieFel There are no updates yet, I'm currently not working on this issue. It could be picked up by somebody else though.
Hi Correct, as you figured out, it's currently only possible to use radians on all trigonometric functions. I'll update the documentation for the next version to state this explicitly. Hence...