OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asinh
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libm/noieee_src/
n_asinh.c
33
static char sccsid[] = "@(#)
asinh
.c 8.1 (Berkeley) 6/4/93";
37
/*
ASINH
(X)
52
*
asinh
(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
54
*
asinh
(x) := x if 1+x*x=1,
59
*
asinh
(x) returns the exact inverse hyperbolic sine of x nearly rounded.
84
asinh
(double x)
/src/lib/libm/src/
s_asinh.c
18
/*
asinh
(x)
21
*
asinh
(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
23
*
asinh
(x) := x if 1+x*x=1,
38
asinh
(double x)
function in typeref:typename:double
s_asinhl.c
35
/* EXP_LARGE is the threshold above which we use
asinh
(x) ~= log(2x). */
36
/* EXP_TINY is the threshold below which we use
asinh
(x) ~= x. */
97
return
asinh
(x);
/src/tests/lib/lua/libm/
h_lualibm.c
31
TEST(
asinh
(sinh(M_PI_2)));
lualibm.lua
37
test("
asinh
(sinh(M_PI_2))", lm.
asinh
(lm.sinh(lm.M_PI_2)))
/src/include/
tgmath.h
135
#define
asinh
(a) __TG_COMPLEX((a),
asinh
)
macro
math.h
293
double
asinh
(double);
/src/lib/lua/libm/
libm.c
110
DFUNC_DBL(
asinh
)
246
{ "
asinh
", libm_asinh },
/src/lib/libm/
Makefile
446
MAN+= acos.3 acosh.3 asin.3
asinh
.3 atan.3 atan2.3 atanh.3 \
472
MLINKS+=
asinh
.3 asinhf.3
Completed in 15 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025