HomeSort by: relevance | last modified time | path
    Searched defs:sinh (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libm/noieee_src/
n_sinh.c 33 static char sccsid[] = "@(#)sinh.c 8.1 (Berkeley) 6/4/93";
37 /* SINH(X)
51 * 1. reduce x to non-negative by sinh(-x) = - sinh(x).
55 * 0 <= x <= lnovfl : sinh(x) := --------------------------------
57 * lnovfl <= x <= lnovfl+ln2 : sinh(x) := expm1(x)/2 (avoid overflow)
62 * sinh(x) is x if x is +INF, -INF, or NaN.
63 * only sinh(0)=0 is exact for finite argument.
66 * sinh(x) returns the exact hyperbolic sine of x nearly rounded. In
82 __weak_alias(sinh, _sinh)
109 sinh(double x) function in typeref:typename:double
    [all...]
  /src/include/
tgmath.h 141 #define sinh(a) __TG_COMPLEX((a), sinh) macro
  /src/lib/libm/src/
namespace.h 95 #define sinh _sinh macro

Completed in 74 milliseconds