Skip to content

Add standard operators and functions#5

Merged
younesStrittmatter merged 10 commits intomainfrom
add-standard-operators-and_functions
Sep 7, 2023
Merged

Add standard operators and functions#5
younesStrittmatter merged 10 commits intomainfrom
add-standard-operators-and_functions

Conversation

@younesStrittmatter
Copy link
Copy Markdown

Description

changed infix to prefix to use sympy, add more default operators/functons to include sr_bench standards

  • feat: A new feature

  • BREAKING_CHANGE: Might be a breaking change. (Hopefully not)

@younesStrittmatter
Copy link
Copy Markdown
Author

don't use sympy anymore. Multiple reasons: Unary minus/division are a pain, especially since sympy doesn't use binary trees but trees with arbitrary number of nodes. This is a bit fragile still, but if used with default function and operator space, should work.

ATTENTION: Usage of defaults is highly recommended (subspace of defaults will work too)

@younesStrittmatter younesStrittmatter merged commit a8c9cdc into main Sep 7, 2023
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

Successfully merging this pull request may close these issues.

1 participant