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

Improve the equation language #11

Open
bdezonia opened this issue Aug 29, 2019 · 0 comments
Open

Improve the equation language #11

bdezonia opened this issue Aug 29, 2019 · 0 comments

Comments

@bdezonia
Copy link
Owner

bdezonia commented Aug 29, 2019

There is lots of room for expansion in the equation language:

  • vec_or_mat_or_ten raised to the int_power
  • number * vec/mat/ten
  • factorial
  • erf/erfc (Done? If not then easily doable I think)
  • atan2
  • matrix constants whose dims are not 0x0 (imagine declaring it as PI(2) or E(3) in language to give it a square 2x2 or 3x3 shape)
  • parsing and assigning -minint correctly (Done I think)
  • supporting tuples
  • supporting a/rgbs
  • supporting points
  • supporting booleans and also and/or/not/shift
  • like the E(5) and PI(3) we can do rand(7,7) for a 7x7 matrix of random values in the parsing language.
  • ramp function
  • step function
  • etc.
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

1 participant