Re: [Maxima-commits] CVS: maxima/doc/info Floating.texi,1.11,1.12 Number.texi,1.10,1.11



>>>>> "Robert" == Robert Dodier  writes:

    Robert> @@ -47,7 +49,9 @@
    Robert>  @defun bfpsi (n, z, fpprec)
    Robert>  Polygamma function of real argument @code{z} and integer order @code{n}.
    Robert>  For digamma, @code{bfpsi0 (z, fpprec)} is more direct.  Note @code{-bfpsi0 (1, fpprec)}
    Robert> -provides @code{%gamma} (Euler's constant) as a bigfloat.  To use this do @code{load ("bffac")}.
    Robert> +provides @code{%gamma} (Euler's constant) as a bigfloat.
    Robert> +
    Robert> +@code{load ("bffac")} loads this function.
 
Note that some time ago, maxima was updated so that it could compute a
bfloat version of %gamma without loading bffac.

Also, there seems to be some typos here.  The function is
bfpsi(n,z,fpprec), but the documentation above uses bfpsi0(1,fpprec).
Perhaps bfpsi0 needs to be documented too.

Additionally, I note that there's a line break for -bfpsi0(1,fpprec)
so that a new line comes between the 0 and (.  That's not so good.

Ray
P.S. Thanks for fixing up the documentation!