OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tanpi
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libm/src/
s_tanpil.c
60
return
tanpi
(x);
s_tanpi.c
28
*
tanpi
(x) computes tan(pi*x) without multiplication by pi (almost). First,
29
* note that
tanpi
(-x) = -
tanpi
(x), so the algorithm considers only |x| and
33
* 1. For small |x|,
tanpi
(x) = pi * x where a sloppy threshold is used. The
39
* 2. For |x| < 1, argument reduction is not required and
tanpi
(x) is
49
*
tanpi
(x) = tan(pi*(j0+r)) = ---------------------------- =
tanpi
(r)
54
* 4. For |x| >= 0x1p(P-1), |x| is integral and
tanpi
(x) = copysign(0,x).
58
*
tanpi
(+-0) = +-0
59
*
tanpi
(n) = +0 for positive even and negative odd integer n
115
tanpi
(double x)
function in typeref:typename:double
[
all
...]
namespace.h
107
#define
tanpi
_tanpi
macro
/src/include/
math.h
544
double
tanpi
(double);
Completed in 31 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025