* numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 24 Feb 2001 23:46:04 +0000 (23:46 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 24 Feb 2001 23:46:04 +0000 (23:46 +0000)
commit27c3700636f5ca87fb37975c7217ccd717906e38
treed6ecc94668f358538026dcab0185a246f2535e40
parent2069af383559bce324c4ce26ae5ef605b4efb7ad
* numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
scm_make_polar): Rename arguments `z1' and `z2' to `x' and `y',
since use of `z' suggests that the arguments may be complex.

* goops.c (scm_make), numbers.c (scm_sys_expt): Fix docstring
typos.
libguile/ChangeLog
libguile/goops.c
libguile/numbers.c