summaryrefslogtreecommitdiff
path: root/src/math/scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/scalb.c')
-rw-r--r--src/math/scalb.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/math/scalb.c b/src/math/scalb.c
new file mode 100644
index 00000000..ab49c533
--- /dev/null
+++ b/src/math/scalb.c
@@ -0,0 +1,10 @@
+#include <math.h>
+
+double scalb(double x, double n)
+{
+}
+
+/*
+XOPEN(400)
+LINK(m)
+*/