-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support Modulo-Operator #153
Comments
I will think about it later, after complete work on complex numbers. |
Closed
The priority of % should be higher than +, - and etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
complex-numbers works quite nice.
It would also be nice to support a %-Operator and mod-function.
Like 25%7=4, mod(25,7)=4. Maybe I can implement it.
I've implemented the definite-integral,
If you want to support it. You can look into my code.
https://github.com/ronnycsharp/xFunc/blob/complex/xFunc.Maths/Expressions/DefiniteIntegral.cs
Another change,
I have modified the abs-Function, to support vectors.
https://github.com/ronnycsharp/xFunc/blob/complex/xFunc.Maths/Expressions/Abs.cs
The code is untested, I've merged it into the new version with your new Execution-Method.
Regards
Ronny
The text was updated successfully, but these errors were encountered: