Most PrevalentThemes
1. Proper scaling of numeric ranges is essential
"Generally I try to scale my numbers to be in this range, whether by picking the right units or scaling constraints and objectives when doing nonlinear programming/ optimization." — fluorinerocket
2. Misunderstanding of pre‑conditions leads to misleading accuracy claims
"The precondition on the link you shared has -1 <= x && x <= 1, so 99 is way outside of that range." — yossi_peti
"even so, testing for x=1, which is supposed to be inside that range, 0.5 doesn't seem tolerably close to 0.4142." — yossi_peti
3. Need for automated, whole‑program analysis with branch‑free reformulations > "What would be cool is if you could somehow have this kind of analysis done automatically for your whole program where it finds the needle in the haystack expression that can be improved..." — yossi_peti
"I wonder, is there a way to only request reformulations that don’t involve branches?" — bee_rider