Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dtgammal.c174 static const long double PIL = 3.1415926535897932384626L; variable
226 z = q * sinl(PIL * z); in tgammal()
228 z = PIL/z; in tgammal()