On Mar 15, 12:39 pm, wjtin...@[EMAIL PROTECTED]
wrote:
> That's 22 characters, as opposed to six digits. Not very good.
Yeah, but you get machine accuracy instead of a mere six digit
accuracy.
> You also had to load a function library.
Okay, then how about
double precision ... ,pi, ...
!<stuff>
pi=acos(-1.d0)
!<more stuff>
17 characters, no extra libraries loaded, and double precision
accuracy (the double precision declaration statement doesn't count
against characters used, you're using it anyway for other variables).
Luke


|