The expression e ^ (i * pi) + 2 evaluates to one.
Mathjs provides a round off error alongside of the result (i don't know why).
The bot evaluates the expression to 0.
Even things as simple as i^4, which evaluates to 1 for both my brain and mathjs, don't evaluate correctly for the bot.
Disclaimer: Most information i collected about this bug was collected without proper code analysis and is purely behavior analysis.
The expression
e ^ (i * pi) + 2evaluates to one.Mathjs provides a round off error alongside of the result (i don't know why).
The bot evaluates the expression to
0.Even things as simple as
i^4, which evaluates to1for both my brain and mathjs, don't evaluate correctly for the bot.Disclaimer: Most information i collected about this bug was collected without proper code analysis and is purely behavior analysis.