mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-08 22:50:27 +02:00
8 lines
175 B
Text
8 lines
175 B
Text
@c module-for-docstring (guile)
|
|
|
|
|
|
@deffn {Scheme Procedure} inf? n
|
|
@deffnx {C Function} scm_inf_p (n)
|
|
Return @code{#t} if @var{n} is infinite, @code{#f}
|
|
otherwise.
|
|
@end deffn
|