1
Fork 0
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:
Marius Vollmer 2004-08-25 13:39:26 +00:00
parent 3d1f24d1f8
commit f2b9c48b64

View file

@ -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