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:
parent
f24783754b
commit
243a237bdd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue