summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bignum creation when EMACS_INT is wider than longfeature/bignumTom Tromey2018-07-191-1/+2
* Make logb handle bignumsTom Tromey2018-07-121-1/+4
* Make abs handle bignumsTom Tromey2018-07-121-2/+17
* Allow conversion of bignums to floatsTom Tromey2018-07-121-2/+4
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-16/+16
* (format "%d" F) now truncates floating FPaul Eggert2018-06-251-8/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Remove isnan hack for Solaris 10 gcc 3.4.3Paul Eggert2017-03-071-7/+6
* Define copysign on all platformsPaul Eggert2017-03-071-5/+9
* ffloor etc. now accept only floatsPaul Eggert2017-03-051-6/+10
* * src/floatfns.c (Fftruncate): Simplify via emacs_trunc.Paul Eggert2017-03-041-4/+1
* logb now works correctly on large integersPaul Eggert2017-03-031-11/+31
* Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-10/+2
* Remove XFLOATINTPaul Eggert2017-03-021-2/+2
* Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-34/+33
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Doc fixes for grammar and typos (bug#23746)Stephen Berman2016-06-131-2/+2
* ; Spelling fixesPaul Eggert2016-03-181-2/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-7/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-4/+4
* Simplify by assuming C99 integer divisionPaul Eggert2015-08-011-13/+3
* Fix minor ldexp issuesPaul Eggert2015-03-241-5/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* Doc fixesGlenn Morris2014-05-011-3/+2
* Fix porting inconsistency about rounding to even.Paul Eggert2014-03-191-1/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port to Solaris 10 and its bundled GCC.Paul Eggert2013-10-221-6/+7
* Add log2 support and make log10 obsolete for consistency.Paul Eggert2013-06-201-15/+10
* * floatfns.c: Add commentary re C99 and C11.Paul Eggert2013-06-191-0/+11
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+8
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Simplify via eabs.Paul Eggert2013-01-011-2/+2
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-9/+0
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify, document, and port floating-point.Paul Eggert2012-09-101-212/+19
* Assume C89 or later for math functions.Paul Eggert2012-09-091-352/+83
* * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-081-2/+2
* More signal-handler cleanup.Paul Eggert2012-09-071-1/+1
* Signal-handler cleanup.Paul Eggert2012-09-061-1/+0
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-35/+0
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-2/+2
* * floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.Paul Eggert2012-07-161-1/+1
* Merge from trunk.Paul Eggert2012-02-101-1/+1
|\
| * Make second arg of copysign non-optional.Chong Yidong2012-01-211-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1