hi, i am not sure how to make this an array of double precision floating point.....i am not sure what that means...can some1 help me out please... thanks
[ September 03, 2003: Message edited by: Cindy Glass ]
The Java type "float" is also called "single-precision floating point." The Java "double" is the double-precision version you're looking for. Now, in your case, you've got an array of "int". You want an array of "double" instead -- is that all?