Neil Jerram
|
0bf4fe19a6
Fix for incorrect (gcd -2) => -2; should give 2.
|
il y a 16 ans |
Ludovic Courtès
|
7a4e0d105e
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
il y a 16 ans |
Ludovic Courtès
|
e210266510
Use `AC_USE_SYSTEM_EXTENSIONS' instead of the obsolete `AC_AIX', etc.
|
il y a 16 ans |
Neil Jerram
|
7ed52b7bbb
Fix misleading output from `(help rationalize)'
|
il y a 16 ans |
Ludovic Courtès
|
19da7c42c1
Avoid warning with GCC on FreeBSD 6.2 in `numbers.c'.
|
il y a 16 ans |
Neil Jerram
|
607dc3105d
Only define scm_from_complex_double if it will
|
il y a 17 ans |
Ludovic Courtès
|
024134deb3
Use `imaginary_part' instead of `imaginary' to fix build on Solaris 2.10.
|
il y a 17 ans |
Neil Jerram
|
03a3c619ed
* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I
|
il y a 17 ans |
Ludovic Courtès
|
136cddb3e4
Fix compilation of `numbers.c' with Sun CC.
|
il y a 17 ans |
Ludovic Courtès
|
dbbed1aa14
Changes from arch/CVS synchronization
|
il y a 17 ans |
Kevin Ryde
|
1cd24a3942
(scm_log): Test HAVE_CLOG as well as HAVE_COMPLEX_DOUBLE
|
il y a 17 ans |
Han-Wen Nienhuys
|
f82ca609d3
* numbers.c (scm_i_fraction_reduce): move logic into
|
il y a 18 ans |
Kevin Ryde
|
924a59a7b9
(scm_product): For flonum*inum and complex*inum, return
|
il y a 18 ans |
Kevin Ryde
|
14838b6b40
(scm_log10): Check HAVE_CLOG10, not available in mingw.
|
il y a 18 ans |
Kevin Ryde
|
c82f332e1e
More of:
|
il y a 18 ans |
Kevin Ryde
|
0a1aa8536e
(scm_log, scm_log10, scm_exp, scm_sqrt): New functions.
|
il y a 18 ans |
Ludovic Courtès
|
71aa2c6c7b
Changes from arch/CVS synchronization
|
il y a 18 ans |
Kevin Ryde
|
65581bc84d
(scm_i_divide): For big/big wanting inexact, use mpq_get_d
|
il y a 18 ans |
Kevin Ryde
|
2d25ec1981
2006-03-21 Ludovic Courtès <ludovic.courtes@laas.fr>
|
il y a 19 ans |
Marius Vollmer
|
0ab652a386
Added 2006 to copyright years in every file, as per the new rules.
|
il y a 19 ans |
Marius Vollmer
|
3a1b45fdf7
Use scm_from_bool instead of SCM_BOOL. Thanks to Peter Gavin!
|
il y a 19 ans |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
il y a 19 ans |
Kevin Ryde
|
4c6e36a6e3
(scm_divide): Correction to 1/complex and <any>/complex,
|
il y a 19 ans |
Kevin Ryde
|
40882e3d0b
(scm_oneplus, scm_oneminus): New functions, converted from
|
il y a 20 ans |
Kevin Ryde
|
23c3b605b5
(scm_i_clonebig): Remove static, so can use in srfi-60.
|
il y a 20 ans |
Kevin Ryde
|
9806de0dca
(scm_logior): Must scm_i_normbig results as per scm_logand,
|
il y a 20 ans |
Kevin Ryde
|
e8c5b1f291
(scm_num_eq_p): On 64-bit systems, be careful about
|
il y a 20 ans |
Kevin Ryde
|
7d92d3d0da
Add a copyright year.
|
il y a 20 ans |
Kevin Ryde
|
a9ad484720
In scm_difference, amend comment about normbig.
|
il y a 20 ans |
Kevin Ryde
|
788aca275f
(scm_ash): Rewrite using shifts, much faster than
|
il y a 20 ans |