MyDouble class
807599Dec 2 2006 — edited Dec 2 2006I have to write this function. (I have a matrix class)
boolean getElem(int x, int y, MyDouble result): result is the element at (x,y).
I found MyDouble class at
http://www.javadoconline.com/search.jsp?from=main&class=MyDouble
But I can't use it at eclipse, what can I do? Does this class doesn't exist?