summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Expand)AuthorAgeFilesLines
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-8/+14
* cosmetic changesthevenyp2008-02-151-9/+9
* fix "%P" case, add test for it.thevenyp2008-02-141-1/+3
* improve mention on format string restrictionthevenyp2008-02-041-2/+2
* mention restriction on type field in the format string.thevenyp2008-02-041-1/+2
* improve mpfr_printf documentationthevenyp2008-02-011-31/+91
* added parentheses to avoid ambiguity (suggested by Keith Briggs)zimmerma2008-02-011-2/+2
* Document how to produce PDF and HTML versions of the manual.vlefevre2008-01-301-4/+12
* mpfr.texi: inverse square root -> reciprocal square root.vlefevre2008-01-191-1/+1
* added mpfr_rec_sqrt in mpfr.texi (forgot in last commit)zimmerma2008-01-181-0/+7
* mpfr.texi: typo.vlefevre2008-01-141-1/+1
* mpfr.texi: updated month.vlefevre2008-01-111-1/+1
* mpfr.texi: added a warning concerning huge precisions.vlefevre2008-01-111-0/+8
* small changes for acos/asin/atan/atan2 rounded outside their output rangezimmerma2008-01-081-5/+5
* added note about output of acos/asin/atan/atan2 which might be outside thezimmerma2008-01-071-0/+10
* mpfr.texi: better description of mpfr_strtofr.vlefevre2008-01-041-8/+3
* Changes related to mpfr_strtofr.vlefevre2008-01-041-52/+51
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* mpfr.texi: corrections in the specification of mpfr_strtofr (see FIXME).vlefevre2007-12-301-13/+12
* mpfr.texi: updated month.vlefevre2007-12-281-1/+1
* Fix typos.thevenyp2007-12-131-2/+2
* short documentation of printf-like functions.thevenyp2007-12-131-8/+38
* mpfr.texi: corrections (English usage and texinfo). Added correspondingvlefevre2007-11-241-5/+6
* mpfr.texi: s/rounding to the nearest mode/rounding to nearest mode/vlefevre2007-11-241-1/+1
* mpfr.texi consistency changes: "towards" -> "toward" (because thisvlefevre2007-11-241-13/+13
* mpfr.texi: English typography corrections (no space before ":").vlefevre2007-11-241-13/+13
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-0/+73
* Untabified and removed trailing spaces.vlefevre2007-10-311-2/+2
* added comment about function/macro in custom interfacezimmerma2007-10-281-1/+2
* added note about efficiency of special functionszimmerma2007-10-271-1/+5
* mpfr.texi: small change in the description of mpfr_subnormalize.vlefevre2007-10-231-1/+1
* added more details in the description of subnormalizezimmerma2007-10-231-0/+7
* Changeset r4904 introduced an assertion failure, but the assertionvlefevre2007-10-231-1/+2
* add dilogarithm functionthevenyp2007-10-161-0/+6
* mpfr.texi: another small change in Contributors section.vlefevre2007-10-091-5/+5
* mpfr.texi: small change in Contributors section.vlefevre2007-10-091-1/+1
* mpfr.texi: mention Fiable and AOC actions in the Contributors section.vlefevre2007-10-091-0/+2
* added reference to ACM TOMS paperzimmerma2007-10-091-14/+22
* fixed typo in sectioningzimmerma2007-10-091-1/+1
* removed mpfr_get_d1 from documented functionszimmerma2007-10-081-37/+5
* renamed "Rounding Mode Related Functions" to "Rounding Related Functions"zimmerma2007-10-081-61/+60
* added hint for mpfr_can_round to get ternary valuezimmerma2007-10-081-0/+13
* mpfr.texi: improved mpfr_set_exp description too.vlefevre2007-10-031-0/+1
* mpfr.texi: improved mpfr_get_exp documentation.vlefevre2007-10-031-1/+2
* mpfr.texi: mantissa -> significand (to use the terminology from IEEE 754vlefevre2007-10-031-42/+44
* merge fmod, remaider and remquo into a single file rem1.c.thevenyp2007-09-281-1/+1
* new fmod functionthevenyp2007-09-261-8/+19
* GNU coding style, reformatting, exit (-1) -> exit (1).vlefevre2007-09-221-6/+6
* new mpfr_sinh_cosh functionthevenyp2007-09-211-0/+8
* fixed bug in mpfr_sin_cos found by Philippe: z (to save the cosine) was notzimmerma2007-09-131-2/+2