X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fgen%2Fmp.c;h=be2ed39d6bc7ca9658e032d2a31d3e8557634354;hb=ae0f0fe09b7fc9d44d072c3fd08372991d852b1d;hp=172b454e5e0fcf738cadf1ca27044605a0550f78;hpb=2a4af1491709a649672431191a4de9e5e8c2d069;p=libc-test diff --git a/src/math/gen/mp.c b/src/math/gen/mp.c index 172b454..be2ed39 100644 --- a/src/math/gen/mp.c +++ b/src/math/gen/mp.c @@ -391,6 +391,8 @@ static int wrap_pow10(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) return mpfr_ui_pow(my, 10, mx, r); } +int mpadd(struct t *t) { return mpd2(t, mpfr_add); } + int mpacos(struct t *t) { return mpd1(t, mpfr_acos); } int mpacosf(struct t *t) { return mpf1(t, mpfr_acos); } int mpacosl(struct t *t) { return mpl1(t, mpfr_acos); }