summaryrefslogtreecommitdiff
path: root/mpfr.texi
Commit message (Collapse)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-3481/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added directories and moved related files into them: - src for the MPFR source files (to build the library). - doc for documentation files (except INSTALL, README...). - tools for various tools (scripts) and mbench. - tune for tuneup-related source files. - other for other source files (not distributed in tarballs). Existing directories: - tests for the source files of the test suite (make check). - examples for examples. - m4 for m4 files. * Renamed configure.in to configure.ac. * Added/updated Makefile.am files where needed. * Updated acinclude.m4 and configure.ac (AC_CONFIG_FILES line). * Updated the documentation (INSTALL, README, doc/README.dev and doc/mpfr.texi). * Updated NEWS and TODO. * Updated the scripts now in tools. The following script was used: #!/usr/bin/env zsh svn mkdir doc other src tools tune svn mv ${${(M)$(sed -n '/libmpfr_la_SOURCES/,/[^\]$/p' \ Makefile.am):#*.[ch]}:#get_patches.c} mparam_h.in \ round_raw_generic.c jyn_asympt.c src svn mv mbench check_inits_clears coverage get_patches.sh mpfrlint \ nightly-test update-patchv update-version tools svn mv bidimensional_sample.c speed.c tuneup.c tune svn mv *.{c,h} other svn mv FAQ.html README.dev algorithm* faq.xsl fdl.texi mpfr.texi \ update-faq doc svn mv configure.in configure.ac svn cp Makefile.am src/Makefile.am svn rm replace_all [Modifying some files, see above] svn add doc/Makefile.am svn add tune/Makefile.am git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7087 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] added comment about config.logzimmerma2010-06-251-0/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6986 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix wrong return value of mpfr_out_str on special values.thevenyp2010-06-221-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6976 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated version to 3.1.0-dev.vlefevre2010-06-221-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6974 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Arenaire -> Arénaire.vlefevre2010-06-031-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6912 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi, NEWS] Update related to r6879: "Made defined the previouslyvlefevre2010-05-311-0/+15
| | | | | | | undefined cases of mpfr_get_si, mpfr_get_ui, mpfr_get_sj, mpfr_get_uj, mpfr_get_z and mpfr_get_z_2exp. In such cases, the erange flag is set.". git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6893 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Corrected mpfr_atan2 range (added in r6831).vlefevre2010-05-311-7/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6892 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Made an example fit on 80 columns for the info manual.vlefevre2010-05-281-6/+6
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6891 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Changed some @math into @var in the mpfr_fmod descriptionvlefevre2010-05-281-14/+13
| | | | | | (for consistency). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6890 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Corrected a paragraph.vlefevre2010-05-281-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6889 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Added an example to get the MPFR version (and at the samevlefevre2010-05-281-2/+32
| | | | | | time, check whether MPFR is already installed). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6888 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Correction (English usage).vlefevre2010-05-281-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6885 280ebfd0-de03-0410-8827-d642c229c3f4
* Fix typo.thevenyp2010-05-271-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6882 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] removed FIXME (resolved: Philippe confirmed that gmp_printf doeszimmerma2010-05-261-1/+0
| | | | | | | not work with mpf2mpfr.h) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6880 280ebfd0-de03-0410-8827-d642c229c3f4
* Made defined the previously undefined cases of mpfr_get_si, mpfr_get_ui,vlefevre2010-05-251-9/+11
| | | | | | | mpfr_get_sj, mpfr_get_uj, mpfr_get_z and mpfr_get_z_2exp. In such cases, the erange flag is set. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6879 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Minor changes.vlefevre2010-05-251-5/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6873 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Added a comment about non-ASCII characters.vlefevre2010-05-251-0/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6871 280ebfd0-de03-0410-8827-d642c229c3f4
* More explicit documentation on the use of specifiers in printf function.thevenyp2010-05-251-9/+15
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6870 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Encoding correction for ±.vlefevre2010-05-251-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6869 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS, mpfr.texi] mpfr_custom_get_mantissa was renamed tovlefevre2010-05-251-0/+10
| | | | | | mpfr_custom_get_significand. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6868 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] more changes after answers by Vincent to my questionszimmerma2010-05-241-88/+21
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6862 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Corrected the paragraph about whether MPFR is installed.vlefevre2010-05-221-4/+8
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6840 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Corrections and answers to PZ comments from r6831.vlefevre2010-05-221-37/+90
| | | | | | The document encoding is now UTF-8. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6839 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] n-char-sequence was changed into n-char-sequence-optvlefevre2010-05-211-2/+1
| | | | | | in r6132, but I forgot to update all the occurrences. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6838 280ebfd0-de03-0410-8827-d642c229c3f4
* Corrected an error that prevented the doc from compiling.schevill2010-05-201-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6834 280ebfd0-de03-0410-8827-d642c229c3f4
* mpfr.texi: corrections.vlefevre2010-05-201-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6833 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] explain why mpfr_sum uses an array of pointers to mpfr_tzimmerma2010-05-201-1/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6832 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] changes after a complete reading of the documentation.zimmerma2010-05-201-451/+519
| | | | | | | | There are some issues left that I don't know how to solve, they are marked with @c PZ in mpfr.texi. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6831 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi, NEWS] Noted that the mpfr_ai implementation is incompletevlefevre2010-05-191-1/+1
| | | | | | and experimental. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6829 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Preliminary interfaces are no longer preliminary.vlefevre2010-05-191-5/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6811 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] API Compatibility: mention the detection of the availabilityvlefevre2010-05-191-1/+31
| | | | | | of intmax_t with C++ compilers. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6810 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] signness -> signedness (thanks to Philippe).vlefevre2010-05-191-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6809 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Missing @code.vlefevre2010-05-191-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6808 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Corrected C terminology (table -> array).vlefevre2010-05-191-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6807 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi, NEWS] Mention that mpfr_ai is a new function in MPFR 3.0.vlefevre2010-05-181-0/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6806 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Completed Section 6.1 "Type and Macro Changes".vlefevre2010-05-181-1/+10
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6801 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Updated Section 6.1 "Type and Macro Changes".vlefevre2010-05-181-7/+9
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6800 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Missing space.vlefevre2010-05-181-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6799 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Updated Section 6.1 "Type and Macro Changes".vlefevre2010-05-181-2/+51
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6798 280ebfd0-de03-0410-8827-d642c229c3f4
* Added "API Compatibility" section to the MPFR manual.vlefevre2010-05-171-2/+240
| | | | | | TODO: Section 6.1 "Type and Macro Changes". git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6795 280ebfd0-de03-0410-8827-d642c229c3f4
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-21/+21
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6789 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Added a paragraph about multiple inclusions of mpfr.h and/orvlefevre2010-05-031-0/+6
| | | | | | gmp.h header files. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6780 280ebfd0-de03-0410-8827-d642c229c3f4
* Update documentation for mpfr_print_rnd_mode.thevenyp2010-05-031-3/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6779 280ebfd0-de03-0410-8827-d642c229c3f4
* mpfr.texi: updated the month.vlefevre2010-05-031-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6774 280ebfd0-de03-0410-8827-d642c229c3f4
* Add specifier 'Y' for the rounding away from zero mode in printf-like functions.thevenyp2010-05-031-5/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6773 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] removed obsolete mpfr_round_preczimmerma2010-04-301-4/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6772 280ebfd0-de03-0410-8827-d642c229c3f4
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-19/+19
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6767 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Improved/corrected the documentation of functionsvlefevre2010-03-241-13/+12
| | | | | | | mpfr_lgamma, mpfr_digamma, mpfr_j0/j1/jn, mpfr_y0/y1/yn, mpfr_agm, mpfr_hypot and mpfr_min_prec. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6753 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Removed a "currently" that is no longer needed.vlefevre2010-03-241-4/+4
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6752 280ebfd0-de03-0410-8827-d642c229c3f4
* [mpfr.texi] Updated description of mpfr_atan2, now that IEEE 754-2008vlefevre2010-03-241-2/+2
| | | | | | has been published and follows the same conventions as C99 for atan2. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6751 280ebfd0-de03-0410-8827-d642c229c3f4