Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Functions backed by algorithms #51

Open
stefnotch opened this issue Oct 8, 2021 · 1 comment
Open

Custom Functions backed by algorithms #51

stefnotch opened this issue Oct 8, 2021 · 1 comment

Comments

@stefnotch
Copy link
Owner

Some functions are best implemented as actual, programmatic algorithms (warning: XSS and more applies here).

For example, a number parser function parse(0x34) would best be done with actual code. It'd be lovely if we eventually could support defining such functions.

Relevant sympy custom functions documentation:
https://docs.sympy.org/latest/modules/functions/index.html

@phcreery
Copy link
Collaborator

phcreery commented Dec 5, 2021

I agree, I like the idea of providing some fundamental or sophisticated yet necessary internal functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants