summaryrefslogtreecommitdiff
path: root/sa-extract/cmath.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'sa-extract/cmath.pxd')
-rw-r--r--sa-extract/cmath.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/sa-extract/cmath.pxd b/sa-extract/cmath.pxd
new file mode 100644
index 00000000..3aaaa2a3
--- /dev/null
+++ b/sa-extract/cmath.pxd
@@ -0,0 +1,2 @@
+cdef extern from "math.h":
+ double log(double)