Tagged Questions
4
votes
2answers
382 views
Reading in scientific notation from C++ to Mathematica
With a text file with entries formatted as (output from C++):
f[38.67] = -2.5387862698183892298317350539374412777263289550697e-05;
⋮
Is there a way to read this ...