Hacker News new | ask | show | jobs
by LordDragonfang 730 days ago
Ah. "a±(b-c)" then.

The fact I made that mistake in the first place just makes me more convinced the original form is unnecessarily complex to parse.

1 comments

You're too fixated on the example. It's obviously used in cases where you cannot group like that:

    (-b ± sqrt(b² - 4ac)) / 2a = 2c / (-b ∓ sqrt(b² - 4ac))