| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
6.2 Added Functions
We give here in alphabetical order the functions that were added after MPFR 2.2, and in which MPFR version.
-
mpfr_add_din MPFR 2.4. -
mpfr_aiin MPFR 3.0 (incomplete, experimental). -
mpfr_asprintfin MPFR 2.4. -
mpfr_buildopt_decimal_pandmpfr_buildopt_tls_pin MPFR 3.0. -
mpfr_copysignin MPFR 2.3. Note: MPFR 2.2 had ampfr_copysignfunction that was available, but not documented, and with a slight difference in the semantics (when the second input operand is a NaN). -
mpfr_custom_get_significandin MPFR 3.0. This function was namedmpfr_custom_get_mantissain previous versions;mpfr_custom_get_mantissais still available via a macro in ‘mpfr.h’:#define mpfr_custom_get_mantissa mpfr_custom_get_significand
Thus code that needs to work with both MPFR 2.x and MPFR 3.x should use
mpfr_custom_get_mantissa. -
mpfr_d_divandmpfr_d_subin MPFR 2.4. -
mpfr_digammain MPFR 3.0. -
mpfr_div_din MPFR 2.4. -
mpfr_fmodin MPFR 2.4. -
mpfr_fmsin MPFR 2.3. -
mpfr_fprintfin MPFR 2.4. -
mpfr_get_fltin MPFR 3.0. -
mpfr_get_patchesin MPFR 2.3. -
mpfr_get_z_2expin MPFR 3.0. This function was namedmpfr_get_z_expin previous versions;mpfr_get_z_expis still available via a macro in ‘mpfr.h’:#define mpfr_get_z_exp mpfr_get_z_2exp
Thus code that needs to work with both MPFR 2.x and MPFR 3.x should use
mpfr_get_z_exp. -
mpfr_j0,mpfr_j1andmpfr_jnin MPFR 2.3. -
mpfr_lgammain MPFR 2.3. -
mpfr_li2in MPFR 2.4. -
mpfr_modfin MPFR 2.4. -
mpfr_mul_din MPFR 2.4. -
mpfr_printfin MPFR 2.4. -
mpfr_rec_sqrtin MPFR 2.4. -
mpfr_regular_pin MPFR 3.0. -
mpfr_remainderandmpfr_remquoin MPFR 2.3. -
mpfr_set_fltin MPFR 3.0. -
mpfr_set_z_2expin MPFR 3.0. -
mpfr_set_zeroin MPFR 3.0. -
mpfr_setsignin MPFR 2.3. -
mpfr_signbitin MPFR 2.3. -
mpfr_sinh_coshin MPFR 2.4. -
mpfr_snprintfandmpfr_sprintfin MPFR 2.4. -
mpfr_sub_din MPFR 2.4. -
mpfr_urandomin MPFR 3.0. -
mpfr_vasprintf,mpfr_vfprintf,mpfr_vprintf,mpfr_vsprintfandmpfr_vsnprintfin MPFR 2.4. -
mpfr_y0,mpfr_y1andmpfr_ynin MPFR 2.3.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
