mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:10:38 +02:00
doc tweak
This commit is contained in:
@@ -1350,7 +1350,9 @@ function C_div(z1,z2) =
|
|||||||
// Description:
|
// Description:
|
||||||
// Computes roots of the quadratic equation a*x^2+b*x+c==0, where the
|
// 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
|
// 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
|
// https://people.csail.mit.edu/bkph/articles/Quadratics.pdf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user