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