-
Notifications
You must be signed in to change notification settings - Fork 82
Documentation: mod #137
Comments
Nice catch. Thanks! I'll fix this. |
And mod(2x+2y, x+y) should evaluate to 0 instead of not evaluating? |
Separate issue. Not only that but I'm not ready to go down that rabbit hole at the moment. |
Opened as #211. (Wow... 211 vs 137. Sometimes it is weird to look back at how many issues I have created over the past three weeks (almost the number of issues created in the past three years), purely because I thought nerdamer was a library which is active enough to depend my app on.) |
There are other libraries out there. You could always look into one of them. Maybe they suit your needs better. |
I have looked at all of them:Background Information:I started programming with Visual Basic.NET, because that language has the word "basic" in its name and works on my Windows machine (Old memories...) And now...I want to create an app with symbolic algebra calculation which can supplement my calculator.
Then I found the Wolfram .NET/Link API Sigh... I could not find a symbolic math library for my app... Wait! iOS, Android and Windows Phone/Windows 10 all support evaluating JavaScript natively!!! Yay! When I first searched for a JavaScript symbolic math library, I stumbled upon Algebrite which has a list of JavaScript CAS libraries at the bottom of its home page.
Soo... When all the others have fundamental issues, the only option left is Nerdamer. |
Usage says it has 1 parameter.
Parameters says it has 1 parameter.
Example says it has 2 parameters.
In fact, mod() has 2 parameters.
The text was updated successfully, but these errors were encountered: