1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00
guile/module
Andy Wingo 6fc4d0124d expt implemented in C, handles complex numbers
* libguile/numbers.h:
* libguile/numbers.c (scm_expt): Rename from scm_sys_expt, and handle
  the complex cases as well.

* libguile/deprecated.h:
* libguile/deprecated.c (scm_sys_expt): Add a deprecated shim.

* module/ice-9/boot-9.scm (expt): Remove definition, scm_expt does all
  we need.
2009-12-03 15:24:28 +01:00
..
ice-9 expt implemented in C, handles complex numbers 2009-12-03 15:24:28 +01:00
language wire through the existing vm ops for variable-ref and variable-set! 2009-12-01 21:00:26 +01:00
oop remove tc7_subr_* and tc7_lsubr_* 2009-12-03 15:22:07 +01:00
rnrs Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
scripts Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
srfi srfi-35 properly uses vtable-offset-user 2009-11-15 20:28:12 +01:00
system replace frame implementation with VM frames 2009-12-03 14:42:51 +01:00
Makefile.am really boot primitive-eval from scheme. 2009-12-03 00:00:38 +01:00