#include <Quad.h>
|
Float_t | fA |
|
Float_t | fB |
|
Float_t | fC |
|
Definition at line 3 of file Quad.h.
Quad::Quad |
( |
Float_t |
a, |
|
|
Float_t |
b, |
|
|
Float_t |
c |
|
) |
| |
Definition at line 12 of file Quad.cxx.
References fA, fB, and fC.
14 cout <<
"deleting object with coeffts: "
15 <<
fA <<
"," <<
fB <<
"," <<
fC << endl;
Float_t Quad::Evaluate |
( |
Float_t |
x) | |
const |
void Quad::Solve |
( |
) | |
const |
Definition at line 18 of file Quad.cxx.
References fA, fB, and fC.
23 cout <<
"There are two roots: "
24 << ( -
fB - temp ) / (2.*
fA)
26 << ( -
fB + temp ) / (2.*
fA)
30 cout <<
"There are two equal roots: "
31 << -
fB / (2.*
fA) << endl;
33 cout <<
"There are no roots" << endl;
The documentation for this class was generated from the following files:
- www/html/online/trend_plots/runsummary/tutorials/Quad.h
- www/html/online/trend_plots/runsummary/tutorials/Quad.cxx