From 8b893ddd3707e3ca0703933d9a72eaea356759e5 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 19 Jan 2010 01:40:52 +0100 Subject: New modules for common functions. --- modules/atan2 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/atan2 (limited to 'modules/atan2') 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: + + +Link: +$(ATAN2_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible -- cgit v1.2.1