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

(scm_c_round, scm_c_truncate): Docs for'em.

This commit is contained in:
Marius Vollmer 2004-08-11 19:36:55 +00:00
parent 214195e127
commit 35da08ee37

View file

@ -1141,6 +1141,12 @@ Round the number @var{x} towards minus infinity.
Round the number @var{x} towards infinity.
@end deffn
@deftypefn {C Function} double scm_c_truncate (double x)
@deftypefnx {C Function} double scm_c_round (double x)
Like @code{scm_truncate_number} or @code{scm_round_number},
respectively, but these functions take and return @code{double}
values.
@end deftypefn
@node Scientific
@subsubsection Scientific Functions