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:
parent
214195e127
commit
35da08ee37
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue