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
Thanks for the report! This bug is caused by incorrect operator precedence handling. For example, (sin x)**2 + (cos x)**2 does produce the correct result of 1. It's related to issue #76.
Hey @printfn, really cool project!
I've been looking for a Rustier version of sharkdp's insect for a while, so I'm glad this showed up :D
Steps to reproduce error
I'm trying to reproduce the good old trig identity of
sin²(x) + cos²(x) == 1
but something seems off:Happens on latest main and also on the WASM build on GitHub Pages
The text was updated successfully, but these errors were encountered: