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

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dttanu.c1 /* Test file for mpfr_tanu.
36 inexact = mpfr_tanu (y, x, 0, MPFR_RNDN);
41 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
46 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
51 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
56 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
62 inexact = mpfr_tanu (y, x, 1, MPFR_RNDN);
85 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
93 inexact = mpfr_tanu (y, x, 4, MPFR_RNDN);
101 inexact = mpfr_tanu (
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dtanu.c0 /* mpfr_tanu -- tanu(x) = tan(2*pi*x/u)
29 mpfr_tanu (mpfr_ptr y, mpfr_srcptr x, unsigned long u, mpfr_rnd_t rnd_mode) function
226 return mpfr_tanu (y, x, 2, rnd_mode);
H A Dmpfr.h742 __MPFR_DECLSPEC int mpfr_tanu (mpfr_ptr, mpfr_srcptr, unsigned long, mpfr_rnd_t);

Completed in 139 milliseconds