Home | History | Annotate | Download | only in mpreal

Lines Matching full:acsc

363     friend const mpreal acsc  (const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());

2083 inline const mpreal acsc (const mpreal& v, mp_rnd_t r) { return asin (1/v, r); }