Re: java.lang.Double vs double; converting to [D

2010-02-03 Thread ataggart
On Feb 3, 2:49 pm, Travis wrote: > I'm writing an app that will be dealing with large numbers of numbers. > Perhaps I should gloss over the memory problem until it actually > becomes a problem, but I'm coming across really weird behavior. > > user=> (type (first r9)) > java.lang.Double > user=>

java.lang.Double vs double; converting to [D

2010-02-03 Thread Travis
I'm writing an app that will be dealing with large numbers of numbers. Perhaps I should gloss over the memory problem until it actually becomes a problem, but I'm coming across really weird behavior. user=> (type (first r9)) java.lang.Double user=> (type (first (into-array Double/TYPE r9))) java.l