summaryrefslogtreecommitdiff
path: root/src/floatfns.c
Commit message (Expand)AuthorAgeFilesLines
* (Ffloor): Doc fix.Lute Kamstra2005-03-161-2/+2
* * syssignal.h: Declare main_thread.Jan Djärv2004-12-151-0/+1
* (Flogb): Don't use VALMASK.Stefan Monnier2003-11-051-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (Fatan): Accept an optional second arg and call atan2 if passed 2 args.Eli Zaretskii2002-02-191-6/+18
* (Fround): Fix a typo.Eli Zaretskii2002-02-081-1/+1
* (Fround): A better doc fix.Eli Zaretskii2002-02-081-4/+3
* (Fround): Doc fix.Eli Zaretskii2002-02-081-1/+7
* (Fceiling, Ffloor): Doc fixes.Richard M. Stallman2001-11-141-2/+4
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-87/+87
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-7/+7
* float_error() is defined iff FLOAT_CATCH_SIGILL is defined.Pavel Janík2001-10-121-0/+2
* (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.Gerd Moellmann2001-10-061-4/+2
* [USE_CRT_DLL]: Remove unnecessary extern, which screwsAndrew Innes2000-08-221-0/+2
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-18/+0
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-3/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-9/+9
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+2
* No need to include <float.h> before "lisp.h",Paul Eggert1997-10-231-6/+4
* (emacs_rint): Define this,Richard M. Stallman1997-09-031-6/+10
* Include float.h before lisp.h.Richard M. Stallman1997-07-051-4/+6
* Whitespace change.Richard M. Stallman1997-02-011-1/+1
* [!HAVE_RINT] (rint): Convert macro to an actualKarl Heuer1997-01-251-4/+9
* (rounding_driver): New function for systematic support ofPaul Eggert1997-01-111-75/+107
* <float.h>: Include if STDC_HEADERS.Paul Eggert1996-12-301-1/+34
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-2/+2
* Comment change.Richard M. Stallman1996-09-161-1/+3
* (Qarith_error): Delete redundant definition.Karl Heuer1996-07-151-2/+0
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.Erik Naggum1996-01-091-10/+10
* Comment fixes.Karl Heuer1996-01-051-1/+1
* Fexpt): Doc fix.Richard M. Stallman1995-11-101-1/+1
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-7/+0
* (Fexpt): Use EMACS_INT for integer calculation.Karl Heuer1995-07-171-2/+2
* (Flogb): frexp needs a pointer to int, not EMACS_INT.Karl Heuer1995-05-201-2/+3
* (Flogb): Use EMACS_INT for `value'.Richard M. Stallman1995-04-071-1/+1
* (Fabs): Don't use XFASTINT when negative.Karl Heuer1994-10-061-1/+1
* (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macrosKarl Heuer1994-10-041-5/+5
* (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): UseKarl Heuer1994-09-271-15/+14
* (FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.Richard M. Stallman1994-09-171-4/+6
* Don't declare logb if it is a macro.Richard M. Stallman1994-05-111-2/+2
* Don't guard DOMAIN && SING && OVERFLOW check by an #ifndef MSDOS.Richard M. Stallman1994-05-061-2/+0
* Update copyright.Karl Heuer1994-05-041-1/+1
* [MSDOS]: Re-enable some #undef's.Karl Heuer1994-04-291-4/+1
* (logb): Test HPUX, not hpux.Richard M. Stallman1994-04-281-2/+2
* (FLOAT_TO_INT, FLOAT_TO_INT2, range_error2): New macros.Karl Heuer1994-03-161-8/+50
* (Flogb): Check for 0.0. Emulate logb if needed.Karl Heuer1994-03-151-11/+28
* (Fexpt): Delete extraneous `for' statement.Karl Heuer1994-03-121-1/+0
* (Fffloor, Ffceil, Ffround, Fftruncate): New functions.Richard M. Stallman1994-01-151-4/+2