wip output and solution
This commit is contained in:
@@ -136,7 +136,8 @@ typedef struct
|
||||
double b; // b in "ax² + bx + c"
|
||||
double c; // c in "ax² + bx + c"
|
||||
e_delta_sign delta_sign; // DELTA_PLUS or DELTA_MINUS or DELTA_ZERO
|
||||
double delta_absolute; // |Δ| == |b² - 4ac|
|
||||
double delta; // Δ == b² - 4ac
|
||||
double delta_absolute; // |Δ|
|
||||
double delta_sqrt; // √|Δ|
|
||||
//
|
||||
int first_term_gcd; // gcd(b, 2a)
|
||||
|
||||
Reference in New Issue
Block a user