Tagged Questions

3
votes
2answers
2k views

Parsing scientific notation sensibly?

I want to be able to write a function which receives a number in scientific notation as a string and splits out of it the coefficient and the exponent as separate items. I could just use a regular ...
1
vote
1answer
109 views

Parse varying sized arrays in data structure - Java

As a novice Java programmer, I've run into a rather high hurdle while trying to analyze data for a personal project of mine. I have a text file with ~33.5k data points in the following format: ...