Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dtanf.c21 t1pio2 = 1*M_PI_2, /* 0x3FF921FB, 0x54442D18 */ variable
46 return __tandf((sign ? x+t1pio2 : x-t1pio2), 1); in tanf()