-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Allow U+2AEB (⫫) as binary operator #39350
Comments
This is category Sm so it seems like a good candidate. Also U+2AEA since they're a pair. How is this used? It's described as a "tack", so indeed that to me would indicate a relation, but I'm curious. Character names go in REPL/src/latex_symbols.jl. Is there an existing latex name for this? |
I use it in probability theory to denote the independence of events or random variables. There doesn't seem to be a commonly used latex name for it (see here and here). I've seen:
However, I would go for both |
These would be nice to have. Re names, I like The single-line versions of these are |
I like
I don't think
We could also add all of them for better discoverability:
|
Interesting that Agree that I can't see |
What list of Unicode equivalences? |
Demonstration is:
Maybe the link is https://docs.julialang.org/en/v1/stdlib/Unicode/#Unicode.normalize . Somehow I thought Julia maintained a list of these, but that might be wrong? |
I believe the equivalences come from Unicode normalization which is done by utf8proc (which we also maintain). |
Interesting, I didn't know about that. I've created a separate issue over there, as it is beyond the scope of this issue. |
@JeffBezanson what do you think of |
I have a few questions, but as soon as they are done, I can do a PR:
prec-comparison
.\indep
.The text was updated successfully, but these errors were encountered: