1Description: 2hypotl() function: length of a vector in the plane. 3 4Files: 5lib/hypotl.c 6m4/hypotl.m4 7m4/mathfunc.m4 8 9Depends-on: 10math 11extensions 12hypot [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] 13isfinite [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 14fabsl [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 15frexpl [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 16ldexpl [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 17sqrtl [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 18isinf [{ test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0] 19 20configure.ac: 21gl_FUNC_HYPOTL 22if test $HAVE_HYPOTL = 0 || test $REPLACE_HYPOTL = 1; then 23 AC_LIBOBJ([hypotl]) 24fi 25gl_MATH_MODULE_INDICATOR([hypotl]) 26 27Makefile.am: 28 29Include: 30<math.h> 31 32Link: 33$(HYPOTL_LIBM) 34 35License: 36LGPL 37 38Maintainer: 39Bruno Haible 40