1Description: 2hypotl() function according to ISO C 99 with IEC 60559. 3 4Files: 5m4/hypotl-ieee.m4 6 7Depends-on: 8hypotl 9fpieee 10hypot-ieee [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] 11 12configure.ac: 13gl_FUNC_HYPOTL_IEEE 14 15Makefile.am: 16 17Include: 18<math.h> 19 20Link: 21$(HYPOTL_LIBM) 22 23License: 24LGPL 25 26Maintainer: 27Bruno Haible 28