1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

* Added FIXME comment about the problems with infinite numbers.

* abs/magnitude:  Made independent of each other.
* Avoid using REALPART for real objects.
This commit is contained in:
Dirk Herrmann 2000-05-10 13:42:23 +00:00
parent eb42e2f03a
commit 5986c47d3a
3 changed files with 45 additions and 7 deletions

View file

@ -201,7 +201,7 @@
(SCM_SLOPPY_REALP (x) ? SCM_REAL_VALUE (x) : SCM_COMPLEX_REAL (x))
#define scm_makdbl scm_make_complex /* Deprecated */
#define SCM_SINGP(x) SCM_BOOL_F /* Deprecated */
#define SCM_SINGP(x) 0 /* Deprecated */
/* Define SCM_BIGDIG to an integer type whose size is smaller than long if
* you want bignums. SCM_BIGRAD is one greater than the biggest SCM_BIGDIG.