Home
last modified time | relevance | path

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

/dports/math/heyoka/heyoka-0.16.0/src/math/
H A Dsigmoid.cpp86 extern "C" HEYOKA_DLL_PUBLIC __float128 heyoka_sigmoid128(__float128 x) noexcept in heyoka_sigmoid128() function
177 return mppp::real128(heyoka_sigmoid128(heyoka::eval_f128(args()[0], map, pars).m_value)); in eval_f128()