I often use the Operator Input Forms page as a reference for operator precedence as well as which (used or unused) operators exist. However, I just noticed that at least one operator is missing from the table: Divisible can be written as the operator ∣ (\[Divides]). The immediate problem is that I now need to use trial and error to figure out its precedence, but it raises the more important question which other valid operators (with or without built-in meaning) are missing from the table.
Is there a more reliable resource on existing operators, or a way to get a list of all existing operators (ideally with precedence) using meta programming?
Comments
Post a Comment