Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
While the math of the new Wide Calculator's subtract operation is correct - subtract is neither commutative nor associative, so it has to choose a convention for order of operations, and it chooses the well known one leftmost first - the tooltip is wrong. Leftmost first means A - B - C is calculated as (A - B) - C, but the tooltip's description "Input 2 is subtracted from input 1 and the result is subtracted from input 3" describes C - (A - B).