mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
25 lines
235 B
Plaintext
25 lines
235 B
Plaintext
Description:
|
|
sinh() function: hyperbolic sine function.
|
|
|
|
Files:
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_COMMON_DOUBLE_MATHFUNC([sinh])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(SINH_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|