summaryrefslogtreecommitdiff
path: root/modules/atan2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-19 01:40:52 +0100
committerBruno Haible <bruno@clisp.org>2010-01-19 01:43:27 +0100
commit8b893ddd3707e3ca0703933d9a72eaea356759e5 (patch)
tree8fec028e3fa9ac93329d89f87002f6e366ab0a2a /modules/atan2
parent146d9145073e62a2096a2d6b33f75e93908fedf3 (diff)
downloadgnulib-8b893ddd3707e3ca0703933d9a72eaea356759e5.tar.gz
New modules for common <math.h> functions.
Diffstat (limited to 'modules/atan2')
-rw-r--r--modules/atan224
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/atan2 b/modules/atan2
new file mode 100644
index 0000000000..fc31267973
--- /dev/null
+++ b/modules/atan2
@@ -0,0 +1,24 @@
+Description:
+atan2() function: angle of a point in the plane.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_MATHFUNC([atan2])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(ATAN2_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible