1570af302Sopenharmony_ci#include "libm.h" 2570af302Sopenharmony_ci 3570af302Sopenharmony_cifloat __math_invalidf(float x) 4570af302Sopenharmony_ci{ 5570af302Sopenharmony_ci return (x - x) / (x - x); 6570af302Sopenharmony_ci} 7
1570af302Sopenharmony_ci#include "libm.h" 2570af302Sopenharmony_ci 3570af302Sopenharmony_cifloat __math_invalidf(float x) 4570af302Sopenharmony_ci{ 5570af302Sopenharmony_ci return (x - x) / (x - x); 6570af302Sopenharmony_ci} 7