diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi index 2a4934bf5..6601c96da 100755 --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -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