1Description: 2atan2() function: angle of a point in the plane. 3 4Files: 5m4/atan2.m4 6m4/mathfunc.m4 7 8Depends-on: 9 10configure.ac: 11gl_FUNC_ATAN2 12 13Makefile.am: 14 15Include: 16<math.h> 17 18Link: 19$(ATAN2_LIBM) 20 21License: 22LGPL 23 24Maintainer: 25Bruno Haible 26