|
From: Vitor S. C. <vs...@us...> - 2008-08-12 02:08:53
|
Update of /cvsroot/yap/docs In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21137/docs Modified Files: yap.tex Log Message: MaxOS fixes Avoid a thread deadlock improvements to SWI predicates. make variables_in_term system builtin. Index: yap.tex =================================================================== RCS file: /cvsroot/yap/docs/yap.tex,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- yap.tex 10 Aug 2008 15:44:12 -0000 1.264 +++ yap.tex 12 Aug 2008 01:27:22 -0000 1.265 @@ -3757,6 +3757,16 @@ @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 |