You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I type \circ<tab> in latest master (also checked in 0.5) under macOS it produces a different Unicode character (◦) than the one used for function composition (∘).
julia> (cos◦cos)(0) #written using \circ<tab>
ERROR: UndefVarError: cos◦cos not defined
julia> (cos∘cos)(0) #copy-pasting ∘ from the manual
0.5403023058681398
If I type
\circ<tab>
in latest master (also checked in 0.5) under macOS it produces a different Unicode character (◦) than the one used for function composition (∘).The text was updated successfully, but these errors were encountered: