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
{{ message }}
This repository was archived by the owner on Sep 20, 2021. It is now read-only.
Here is the expression I use :
$expr = '2 + 2 / 2560.4 + - 2';With PHP, I get:
With Math, I get:
Here is the produced AST:
Changing the expression to:
2 + 2 / 2560.4 - 2makes both results identical,2 + 2 / 2560.4 + - 3makes both results identical,2 + 2 / 2560.3 + - 2makes both results identical,2 + 2 / 2560.4 + - - 2makes both results identical,2 + 2 / 2560.4 + - + 2makes results different,Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.