OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATAN_CONST
(Results
1 - 2
of
2
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_atanl.c
44
if(expt >=
ATAN_CONST
) { /* if |x| is large, atan(x)~=pi/2 */
70
} else { /* 2.4375 <= |x| < 2^
ATAN_CONST
*/
/bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h
41
#define
ATAN_CONST
(BIAS + 113) /* 2**113 */
Completed in 901 milliseconds