Merge branch 'master' into rtoy-generate-command-line-texi-table
[maxima.git] / archive / share / trash / bfac.usg
blob3617120313f26439642151ed23f577f992ef377d
1 This data is obsolete.  See SHARE;BFFAC USAGE.
3 SHARE2;BFAC BZETA contains cheap and dirty BFLOAT versions of the
4 Factorial (shifted Gamma) and Riemann Zeta functions.  Both BFAC
5 and BZETA take a 2nd argument which is how many digits to retain and
6 return, but it's a good idea to request a couple of extra.
8 There is also CBFAC(z,fpprec) for factorial of complex z, which is
9 even slower!
11 There is also the Hurwitz zeta fcn BHZETA(s,h,fpprec), which gives
12 fpprec digits of sum((k+h)^-s,k,0,inf). --RWG