mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
Left inf? in its place, since wants to be here so much.
This commit is contained in:
parent
3d1f24d1f8
commit
f2b9c48b64
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
|||
@c module-for-docstring (guile)
|
||||
|
||||
@c This one crops up here constantly although it is already
|
||||
@c in api-data.texi. Have to investigate somewhen.
|
||||
|
||||
@deffn {Scheme Procedure} inf? x
|
||||
@deffnx {C Function} scm_inf_p (x)
|
||||
Return @code{#t} if @var{x} is either @samp{+inf.0}
|
||||
or @samp{-inf.0}, @code{#f} otherwise.
|
||||
@end deffn
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue