My answer to "implement fabs(), incorrectly". Seven and one third internet points to anyone who can say why it's incorrect, without looking up the spec. Hint: It's implementation defined. (Using C99 semantics because that's the only one I know reasonably well. :)https://twitter.com/oe1cxw/status/1144274172253822976 …
On some implementations yes, but I _think_ that's within allowed behavior for fabs(), so it's technically not incorrect.