Cubics

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. Cubics
-A :double
-B :double
-C :double
-D :double
-E :double
-F :double
-G :double
-H :double
-I :double
-J :double
-se :SimultaneousEquation
-data_count :int
+Cubics()
+getValue(double x, double y) :double
+setData(double x, double y, double z) :void
+solve() :void
+negative() :Cubics
+create(String string) :Cubics
+getOutputString() :String