-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 a file to teach basics #5162
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for the
|
||
``` | ||
|
||
**wanna add subtract multiply divide differentiate exponent or any mathematical funtion?** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**wanna add subtract multiply divide differentiate exponent or any mathematical funtion?** | |
**wanna add subtract multiply differentiate exponent or any mathematical function?** |
I was getting undefined when I ran a division on
so I don't think it should be included in the operations.
|
||
``` | ||
|
||
also you can define if you want to use BODMAS or PEMDAS using **modules** like this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also you can define if you want to use BODMAS or PEMDAS using **modules** like this | |
also you can define if you want to use BOMAS or PEMAS using **modules** like this |
same reason as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright wait I'll try and run some checks on divide and get bring out the changes soon - probably it's something with
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. That's what I was thinking as well. Maybe if you
the
it should work? I was reading on reddit somewhere that
tends to
so that could be it too.
No description provided.