math: add special case test vectors
[libc-test] / src / math / special / erfc.h
diff --git a/src/math/special/erfc.h b/src/math/special/erfc.h
new file mode 100644 (file)
index 0000000..4c91ea4
--- /dev/null
@@ -0,0 +1,5 @@
+T(RN,                  0x0p+0,                  0x1p+0,          0x0p+0, 0)
+T(RN,                 -0x0p+0,                  0x1p+0,          0x0p+0, 0)
+T(RN,                     inf,                  0x0p+0,          0x0p+0, 0)
+T(RN,                    -inf,                  0x1p+1,          0x0p+0, 0)
+T(RN,                     nan,                     nan,          0x0p+0, 0)