diff scripts/special-matrix/invhilb.m @ 4031:2168f4a0e88d

[project @ 2002-08-10 04:22:52 by jwe]
author jwe
date Sat, 10 Aug 2002 04:22:52 +0000
parents ac24529a78a0
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/special-matrix/invhilb.m	Fri Aug 09 19:00:16 2002 +0000
+++ b/scripts/special-matrix/invhilb.m	Sat Aug 10 04:22:52 2002 +0000
@@ -85,7 +85,7 @@
     ## machine number, the result is also exact.  Otherwise we calculate
     ## (-1)^(i+j)*p(i)*(p(j)/(i+j-1)).
     ##
-    ## The Octave bincoeff routine uses transcendental functions (lgamma
+    ## The Octave bincoeff routine uses transcendental functions (gammaln
     ## and exp) rather than multiplications, for the sake of speed.  
     ## However, it rounds the answer to the nearest integer, which 
     ## justifies the claim about exactness made above.