Replies: 2 comments 1 reply
-
Agree, good point! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Fixed via #2941, closing this discussion now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
While reading about functions in the docs, I've noticed three different types of syntax.
math.func(...args)
func(...args)
X = math.func(...args)
It might be better to have all of them with a similar syntax like
func(...args)
https://mathjs.org/docs/reference/functions.html
Beta Was this translation helpful? Give feedback.
All reactions