(scm_c_round, scm_c_truncate): Docs for'em.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 11 Aug 2004 19:36:55 +0000 (19:36 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 11 Aug 2004 19:36:55 +0000 (19:36 +0000)
doc/ref/api-data.texi

index 2a4934b..6601c96 100755 (executable)
@@ -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