Hi,

My Perl is functional, but I finally decided to bite the bullet and learn Java, so please be gentle, I'm a newbie.

I have 14 lines of tab seperated data in an external file, comprising an integer value 'n' (which may or may not be present), and two double values 't' and 'c' as follows;
Code:
2	0.5773502692	1
	-0.5773502692	1
3	0.7745966692	0.5555555556
	0	0.8888888889
	-0.7745966692
...