Home
last modified time | relevance | path

Searched refs:t4pio2 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dtanf.c24 t4pio2 = 4*M_PI_2; /* 0x401921FB, 0x54442D18 */ variable
54 return __tandf((sign ? x+t4pio2 : x-t4pio2), 0); in tanf()