summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-data.texi
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-07 00:18:33 +0000
committerKevin Ryde <user42@zip.com.au>2003-06-07 00:18:33 +0000
commit243a237bdd5065605d261a766f888379642aead3 (patch)
tree0d4500d0abbe3195996ef95f618c8d0d90c52ee4 /doc/ref/scheme-data.texi
parentf24783754b8a29c0b57439319fdbd6648e162f4a (diff)
downloadguile-243a237bdd5065605d261a766f888379642aead3.tar.gz
(Arithmetic): Cross reference glibc floor and ceil.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-xdoc/ref/scheme-data.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ref/scheme-data.texi b/doc/ref/scheme-data.texi
index 5d6554a51..a5a5e5a71 100755
--- a/doc/ref/scheme-data.texi
+++ b/doc/ref/scheme-data.texi
@@ -802,8 +802,9 @@ type @code{double} rather than the usual @code{SCM}.
@end deftypefn
For @code{floor} and @code{ceiling}, the equivalent C functions are
-@code{floor} and @code{ceil} from the standard mathematics library
-(which also take and return @code{double} arguments).
+@code{floor} and @code{ceil} from the standard mathematics library,
+which also take and return @code{double} arguments (@pxref{Rounding
+Functions,,, libc, GNU C Library Reference Manual}).
@node Scientific