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