java - Apfloat writeTo() method not outputting to file -
i trying use apfloat library project , having trouble getting apfloat's output text file. trying code such as
try { apfloat.one.writeto(new filewriter(new file("test.txt")), true); } catch (apfloatruntimeexception | ioexception e) { // todo auto-generated catch block e.printstacktrace(); }
it creates file empty every time. have tried use printwriter did not work either.
Comments
Post a Comment