Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

converting string to float....

807605Jun 11 2007 — edited Jun 13 2007
hi,
am tryin o read a file and it has datas like as below
6.84464E-03 1.73275E-03 5.26343E-03 1.91723E-02 2.62422E-02 1.72165E-02
5.14687E-03 3.57361E-03 5.69188E-03-5.09780E-03-2.50582E-02-3.34189E-02

these are numbers in exp foem, i have to read the file and convert this into a float number like
6.84464E-03 == 0.00684464, since i haev to store them in a 3- dimensional matrix.

can anyone help me, how to do.
thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2007
Added on Jun 11 2007
23 comments
754 views