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

Add Summations: Logarithms #1 #16

Open
RubyTheRoobster opened this issue Mar 7, 2023 · 0 comments · May be fixed by #17
Open

Add Summations: Logarithms #1 #16

RubyTheRoobster opened this issue Mar 7, 2023 · 0 comments · May be fixed by #17
Labels
enhancement New feature or request

Comments

@RubyTheRoobster
Copy link
Collaborator

RubyTheRoobster commented Mar 7, 2023

This issue, in accordance with the roadmap, aids with the implementation of logarithms by implementing special operators and summations.

The syntax for special operator calls:

\opName(arg1,arg2,arg3,...,argn)\ where arg1 .. argn is a list of functions and/or constants and parameters.

Edit: after a function is listed in arg1 .. argn, the types of the arguments must be listed after the arguments like this:

f(x1, x2, x3, .., xm)(type1, type2, ..., typen)(Return)

This is to make it possible for Operators to identify the types of constants.

@RubyTheRoobster RubyTheRoobster added the enhancement New feature or request label Mar 7, 2023
@RubyTheRoobster RubyTheRoobster linked a pull request Mar 9, 2023 that will close this issue
@RubyTheRoobster RubyTheRoobster linked a pull request Mar 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant