diff options
author | Kevin Ryde <user42@zip.com.au> | 2003-06-07 00:18:33 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2003-06-07 00:18:33 +0000 |
commit | 243a237bdd5065605d261a766f888379642aead3 (patch) | |
tree | 0d4500d0abbe3195996ef95f618c8d0d90c52ee4 /doc/ref/scheme-data.texi | |
parent | f24783754b8a29c0b57439319fdbd6648e162f4a (diff) | |
download | guile-243a237bdd5065605d261a766f888379642aead3.tar.gz |
(Arithmetic): Cross reference glibc floor and ceil.
Diffstat (limited to 'doc/ref/scheme-data.texi')
-rwxr-xr-x | doc/ref/scheme-data.texi | 5 |
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 |