visma
visma copied to clipboard
Extending support for Functions
To do:
Add tokenize and simplify support for different function classes.
Prereq:
Adding simplification support for the functions would be easier after simplify module is updated (#142)
Expected outcome:
- Create new
Functionclasses or modify existing ones (trig, exp, log etc) - Add support for tokenize and relevant checks for function input syntax
- Add simplification and plotting support (#118)
- Add integration and differentiation support for the new functions (#32)
Edit: Related issues: #118, #158, #160
can i contribute