1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

(Arithmetic): Cross reference glibc floor and ceil.

This commit is contained in:
Kevin Ryde 2003-06-07 00:18:33 +00:00
parent f24783754b
commit 243a237bdd

View file

@ -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