Home
last modified time | relevance | path

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

/third_party/boost/libs/math/doc/quadrature/
Dgauss.qbk74 Real cotv = cosv/sinv;
76 Real t = (1-v*cotv)*(1-v*cotv) + v*v;
77 Real x = v*cscv*exp(-v*cotv);
/third_party/boost/libs/math/test/
Dgauss_quadrature_test.cpp424 Real cotv = cosv/sinv; in test_complex_lambert_w() local
426 Real t = (1-v*cotv)*(1-v*cotv) + v*v; in test_complex_lambert_w()
427 Real x = v*cscv*exp(-v*cotv); in test_complex_lambert_w()
Dgauss_kronrod_quadrature_test.cpp436 Real cotv = cosv/sinv; in test_complex_lambert_w() local
438 Real t = (1-v*cotv)*(1-v*cotv) + v*v; in test_complex_lambert_w()
439 Real x = v*cscv*exp(-v*cotv); in test_complex_lambert_w()