1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Removed scm_inf_p.

This commit is contained in:
Marius Vollmer 2004-08-24 23:32:10 +00:00
parent c5080b5189
commit 5499bd7f55

View file

@ -1,8 +1,5 @@
@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