diff options
author | Kevin Ryde <user42@zip.com.au> | 2004-03-22 23:30:08 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2004-03-22 23:30:08 +0000 |
commit | 1ccbc436c14ddaf797adc30cafd18e4ff7ea32ac (patch) | |
tree | 37e23ec2f4003267968ba1d3e8093c00f897e735 | |
parent | 2d411b0506b1f274094a13442a980313a004aed7 (diff) | |
download | guile-1ccbc436c14ddaf797adc30cafd18e4ff7ea32ac.tar.gz |
(Reals and Rationals): Typo in `rationalize'.
-rwxr-xr-x | doc/ref/scheme-data.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index 7f1ef6001..28f62861f 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -411,7 +411,7 @@ satisfying @code{real?} also satisfies @code{rational?} in Guile. Returns the @emph{simplest} rational number differing from @var{x} by no more than @var{eps}. -As required by @acronym{R5RS}, @code{rationalize} returns only then an +As required by @acronym{R5RS}, @code{rationalize} only returns an exact result when both its arguments are exact. Thus, you might need to use @code{inexact->exact} on the arguments. |