RE: Interesting Numbers

2004-03-12 Thread Barney Boisvert
What's the manipulation that's yielding this result? -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 11:18 AM To: CF-Talk Subject: Interesting Numbers All, As a result of mathematical manipulations, I am getting the following result

RE: Interesting Numbers

2004-03-12 Thread Marlon Moyer
From the Sun Java site: In Solaris and Windows java uses different ways of printing infinite values. Thus execution of the following test: public class test { public static void main(String argv[]) { System.out.println(Float.POSITIVE_INFINITY); } } produces the following results: in

RE: Interesting Numbers

2004-03-12 Thread John Stanley
that there will be exactly 'count' missions --- cfset current = current * lambda_param / count cfset value = value + current /cfloop cfset PoissonProbability = value -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:26 PM To: CF-Talk Subject: RE: Interesting