Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dtanf.c22 t2pio2 = 2*M_PI_2, /* 0x400921FB, 0x54442D18 */ variable
48 return __tandf((sign ? x+t2pio2 : x-t2pio2), 0); in tanf()