chibi-scheme/lib
Alex Shinn f8a5f7e004 exact-integer-sqrt should continue the babylonian method in scheme.
The estimate given by the C code could be off by a large margin when
the result is inexact, converging far too slowly if we use simple
increments in Scheme.
2013-04-14 04:59:49 +00:00
..
chibi Adding various environment and core AST accessors needed for the pure-scheme eval. 2013-04-07 20:10:42 +09:00
scheme exact-integer-sqrt should continue the babylonian method in scheme. 2013-04-14 04:59:49 +00:00
srfi Adding an explicit error for record rtd and constructor conflicts. 2013-04-05 20:22:46 +09:00
init-7.scm Using non-mutating tree of dynamic-wind state for thread safety. 2013-04-07 23:59:41 +09:00
meta.scm Adding warning to remind people to (import (scheme base)). 2013-04-01 21:55:18 +09:00