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
Hi @fonsp! Thanks for the bug. The reason behind this is the expression x = √(a^2 + b^2) fits the variable = function_name(args...; kwargs...) pattern (more detail about this here), so it is trying to unroll the function sqrt. This could be fixed by doing @handcalc x = √(a^2 + b^2) not_funcs = [√].
I added this symbol to the list that will automatically be passed over, so you shouldn't need to do that for this one with new update (v0.4.1). Here is the current list of symbols that get passed over.
Hi! Super cool package!
Small bug report: if I use
\sqrt
instead ofsqrt
in Julia, something does not work:The text was updated successfully, but these errors were encountered: