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

Order of operations: pemdas vs pejmdas #28

Open
AeliusSaionji opened this issue Jan 24, 2024 · 0 comments
Open

Order of operations: pemdas vs pejmdas #28

AeliusSaionji opened this issue Jan 24, 2024 · 0 comments

Comments

@AeliusSaionji
Copy link

Currently, mather evaluates 1/2sqrt(3) as

1
- * sqrt(3)
2

Arguably this would be preferably read as

   1
--------
2sqrt(3)

Because "multiplication by juxtaposition" is considered a higher order operation.

reference: https://youtube.com/watch?v=4x-BcYCiKCk

Love mather!

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