MaxOS fixes
Avoid a thread deadlock improvements to SWI predicates. make variables_in_term system builtin. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2304 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
10
docs/yap.tex
10
docs/yap.tex
@@ -3757,6 +3757,16 @@ Hyperbolic arc cosine.
|
||||
@item atanh(@var{X})
|
||||
Hyperbolic arc tangent.
|
||||
|
||||
@item lgamma(@var{X}) [ISO]
|
||||
gamma function.
|
||||
|
||||
@item random(@var{X}) [ISO]
|
||||
An integer random number between 0 and @var{X}.
|
||||
|
||||
In @code{iso} language mode the argument must be a floating
|
||||
point-number, the result is an integer and it the float is equidistant
|
||||
it is rounded up, that is, to the least integer greater than @var{X}.
|
||||
|
||||
@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
|
||||
|
Reference in New Issue
Block a user