class Sp_Eq2dg

The Class to solve 2nd degree equations

Public Fields

[more] solution
list of solutions

Public Methods

[more] Sp_Eq2dg(float a1, float b1, float c1)
The Constructor: a1X^2+b1X+c1=0
[more]void Solution()
find Solution
[more]void Add(float)
Add a value in the solution list (it is a hack)
[more]void Print()
Print solutions


Documentation

The Class to solve 2nd degree equations
o Sp_Eq2dg(float a1, float b1, float c1)
The Constructor: a1X^2+b1X+c1=0

ovoid Solution()
find Solution

ovoid Add(float)
Add a value in the solution list (it is a hack)

ovoid Print()
Print solutions

o solution
list of solutions


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.