diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-06-19 11:41:13 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-06-19 11:41:13 +0000 |
commit | 23de7b97e963e5f5e09570639ac6d233865e11ee (patch) | |
tree | 0313d5f9cf5770cfacee2f2eb81ef3b54694e85d /doc/ref/scheme-data.texi | |
parent | e540802f9cfd2d3ce72111af3c3f4fab21c4d1ad (diff) | |
download | guile-23de7b97e963e5f5e09570639ac6d233865e11ee.tar.gz |
Bettered wording for inf? and nan? procedures.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-x | doc/ref/scheme-data.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi index 7d0b01f26..fc4a84afd 100755 --- a/doc/ref/scheme-data.texi +++ b/doc/ref/scheme-data.texi @@ -379,11 +379,11 @@ precision. @deffn {Scheme Procedure} inf? x Return @code{#t} if @var{x} is either @samp{+inf.0} or @samp{-inf.0}, -code @var{#f} otherwise. +@code{#f} otherwise. @end deffn @deffn {Scheme Procedure} nan? x -Return @code{#t} if @var{x} is @samp{+nan.0}, code @var{#f} otherwise. +Return @code{#t} if @var{x} is @samp{+nan.0}, @code{#f} otherwise. @end deffn @node Complex Numbers |