Searched refs:mpfr_sinpi (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsinu.c2 mpfr_sinpi -- sinpi(x) = sin(pi*x)
237 mpfr_sinpi (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode) function
H A Dzeta.c649 /* Can mpfr_sinpi underflow? While with mpfr_sin, we could not
652 huge exponent range), with mpfr_sinpi, an underflow could
654 mpfr_sinpi underflows, this means that 0 < |sinpi(s/2)| < m,
664 mpfr_sinpi (y, p, MPFR_RNDN); /* y = sin(Pi*s/2) */
H A Dmpfr.h752 __MPFR_DECLSPEC int mpfr_sinpi (mpfr_ptr, mpfr_srcptr, mpfr_rnd_t);

Completed in 88 milliseconds