mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
doc tweak
This commit is contained in:
parent
399c40f7a6
commit
47a1dfaa23
1 changed files with 3 additions and 1 deletions
|
@ -1350,7 +1350,9 @@ function C_div(z1,z2) =
|
|||
// Description:
|
||||
// Computes roots of the quadratic equation a*x^2+b*x+c==0, where the
|
||||
// coefficients are real numbers. If real is true then returns only the
|
||||
// real roots. Otherwise returns a pair of complex values.
|
||||
// real roots. Otherwise returns a pair of complex values. This method
|
||||
// may be more reliable than the general root finder at distinguishing
|
||||
// real roots from complex roots.
|
||||
|
||||
// https://people.csail.mit.edu/bkph/articles/Quadratics.pdf
|
||||
|
||||
|
|
Loading…
Reference in a new issue