Igor Schein on Sun, 5 Dec 1999 00:02:11 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
variable conversion in theta() |
Hi, it appears an integer doesn't get promoted to a float automatically in theta(): ? theta(2/3,1) *** q>=1 in theta ? theta(2/3.,1) 1.246304140927128229044197184 Thanks Igor