We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, mather evaluates 1/2sqrt(3) as
1/2sqrt(3)
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, mather evaluates
1/2sqrt(3)
asArguably this would be preferably read as
Because "multiplication by juxtaposition" is considered a higher order operation.
reference: https://youtube.com/watch?v=4x-BcYCiKCk
Love mather!
The text was updated successfully, but these errors were encountered: