Changes in version 0.3-4 NEW FEATURES o new pnchisq() and its auxiliary ss(); both "mpfr"-ized from DPQ. BUG FIXES o import lbeta() from Rmpfr and also ensure pbeta_ser() works with "mpfr"-numbers (even when verbose = TRUE). Changes in version 0.3-3 (2024-08-19) NEW FEATURES o stirlerrSer(n, k) now allows k <= 22. o add some \link[]{..} as now required. o dtWVm() is an “mpfr-ized” version of DPQ's dtWV(). o gam1M(), lgamma1pM(), and algdivM() each generalize the corresponding function in package DPQ for the use with Rmpfr's "mpfr" numbers, notably avoiding cancellation by adding additional precision bits. o New pbeta_bpser() using the 3 auxiliary functions for an mpfr-ized version of R's pbeta(). o More non-central t probability computations .. unfinished currently Misc o internal dpoisEr(), gets arg log2.min, back to previous (2020) value, such that "correct underflow" in R does not give rel.err of -1. DEPRECATED AND DEFUNCT o dntJKBm() is deprecated, as DPQ's dntJKBf() works already perfectly “mpfr-ized”. Changes in version 0.3-2 (2023-12-05) NEW FEATURES o utility functions for testing dpois_raw() etc, notably for package DPQ. o new “mpfr-ized” pnormAsymp() and qnormAsymp() o new ldexp(f, E) utility. Misc o URLs in DESCRIPTION Changes in version 0.3-1 (2021-05-17) NEW FEATURES o stirlerrM(n) and stirlerrSer(n,k) providing Stirling's formula approximation errors for bigrational ("bigz") or "mpfr" numbers. Changes in version 0.3-0 (2020-11-25) NEW FEATURES o dhyperQ(), phyperQ(), and phyperQall() for _exact_ hypergeometric probabilities (as “big rational”s, i.e., gmp package's "bigq"). o Finally export (and add to svn!) dbetaD94(), pbetaD94(), and qbetaD94(). Add log_scale option to both pbeta*() and qbeta*(). o “mpfr-ize” more, notably pnorm*() from DPQ (0.4-2). Changes in version 0.2-0 FEATURES o Split off from original DPQ package. This DPQmpfr package will explicitly depend on both CRAN R packages gmp and Rmpfr. o Started with a MPFR-ized version of DPQ's dnt() function for the non-central t-distribution density.