1 2 3 4 5 6
#include "libm.h" // for __math_invalidf float __math_invalidf(float x) { return (x - x) / (x - x); }