JuliaSymbolics / Symbolics.jl

Symbolic programming for the next generation of numerical software
https://docs.sciml.ai/Symbolics/stable/
Other
1.36k stars 153 forks source link

Allow `@register ∨(x...)` #262

Open dpsanders opened 3 years ago

dpsanders commented 3 years ago

The following do not error, but do not define methods:

function ∨ end       # \vee

@register ∨(x...)

┆Issue is synchronized with this Trello card by Unito

dpsanders commented 3 years ago

Similarly

@register f(v::Vector{Num})