Hi all,
I have a text file containing data like :
2.2*cos(pi*25/16), 2.2*sin(pi*25/16)
2.2*cos(pi*23/16), 2.2*sin(pi*23/16)
2.2*cos(pi*7/16) , 2.2*sin(pi*7/16)
...
I would like to read these data and store them as numbers (means interpreting them while reading) not as text.
Any way of doing this easily?