chengsun Steps to reproduce: Search "sin(1.57)", obtain the answer 1.99999968 Expected behavior: Obtain a number approximately 0.9999996829318346 Debug info: Firefox/Mac OS/europe-west
chengsun Thanks! Looks like it’s fixed if I search “sin(1.57)” (without quotes), however if I search “sin(1.57” (without quotes), i.e. omitting the closing parenthesis, then I still get 1.999999683
nicstella Noticed this today. Doesn't appear to be related to sin(): The second image maybe provides a hint: language models are being used instead of the calculator there.
z64 We don't use language models for the calculator. It's related to a bug in the standard library of the language we use, in code that formats floating point values to strings.