|
Allink
v0.1
|
Parabolas coefficients. More...
#include <MatematicaStruct.h>
Public Attributes | |
| double | a0 |
| a0 + a1 x + a2 x^2 | |
| double | Erra0 |
| Error on the first coefficient. | |
| double | a1 |
| a0 + a1 x + a2 x^2 | |
| double | Erra1 |
| Error on the second coefficient. | |
| double | a2 |
| a0 + a1 x + a2 x^2 | |
| double | Erra2 |
| Error on the third coefficient. | |
| double | Minimo |
| Minimum of the parabola. | |
| double | MinimoY |
| Minimum of the parabola. | |
Parabolas coefficients.
Definition at line 7 of file MatematicaStruct.h.
1.7.6.1