The arithmetic function integer/1 is not an ISO Prolog function.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2050 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2008-01-01 21:05:13 +00:00
parent 76bf9355a4
commit 0176f14ae9

View File

@ -3577,7 +3577,7 @@ Hyperbolic arc cosine.
@item atanh(@var{X})
Hyperbolic arc tangent.
@item integer(@var{X}) [ISO]
@item integer(@var{X})
If @var{X} evaluates to a float, the integer between the value of @var{X}
and 0 closest to the value of @var{X}, else if @var{X} evaluates to an
integer, the value of @var{X}.