utimens: Fix test failure on NetBSD 10 (regression 2024-09-16).
[gnulib.git] / modules / coshf
blob8af4caac5e3c5aff12d489df728144d63a8cd636
1 Description:
2 coshf() function: hyperbolic cosine function.
4 Files:
5 lib/coshf.c
6 m4/coshf.m4
8 Depends-on:
9 math
10 extensions
11 cosh            [test $HAVE_COSHF = 0]
13 configure.ac:
14 gl_FUNC_COSHF
15 gl_CONDITIONAL([GL_COND_OBJ_COSHF], [test $HAVE_COSHF = 0])
16 gl_MATH_MODULE_INDICATOR([coshf])
18 Makefile.am:
19 if GL_COND_OBJ_COSHF
20 lib_SOURCES += coshf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(COSHF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all