Home
last modified time | relevance | path

Searched defs:rec_sqrt (Results 1 – 4 of 4) sorted by relevance

/dports/math/mppp/mppp-0.26/src/detail/
H A Darb.cpp545 complex &complex::rec_sqrt() in rec_sqrt() function in mppp::complex
/dports/science/madness/madness-ebb3fd7/src/apps/nick/
H A Dmpreal.h2544 inline const mpreal rec_sqrt(const mpreal& v, mp_rnd_t rnd_mode) in rec_sqrt() function
/dports/math/mppp/mppp-0.26/src/
H A Dreal.cpp916 real &real::rec_sqrt() in rec_sqrt() function in mppp::real
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/src/
H A Dmpfr.rs640 pub fn rec_sqrt(rop: mpfr_ptr, op: mpfr_srcptr, rnd: rnd_t) -> c_int; in rec_sqrt() function