aboutsummaryrefslogtreecommitdiff
path: root/math/test-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/test-float.h')
-rw-r--r--math/test-float.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-float.h b/math/test-float.h
index 7b00cb1..8bdba55 100644
--- a/math/test-float.h
+++ b/math/test-float.h
@@ -22,3 +22,4 @@
#define PRINTF_XEXPR "a"
#define PRINTF_NEXPR "f"
#define TEST_FLOAT 1
+#define BUILD_COMPLEX(real, imag) (CMPLXF ((real), (imag)))