Octave datatypes - float & double
Posted
by mush
on Stack Overflow
See other posts from Stack Overflow
or by mush
Published on 2010-03-29T06:37:57Z
Indexed on
2010/03/29
6:43 UTC
Read the original article
Hit count: 552
I'm writing a framework for writing HDF files with JAVA (Using some existing framework). I need to keep compatibility with octave. That is, octave should be able to read the files my framework writes and vice versa.
My question is, does Octave have two data types - float and double or it uses only double?
thanks
© Stack Overflow or respective owner