blob: 357d4b121176783974a366e10f68c4d749050cdf [file] [log] [blame]
#include "libm.h"
float __math_invalidf(float x)
{
return (x - x) / (x - x);
}