Appearance
KBE3D / KBCore / Cesium / CubicRealPolynomial
CubicRealPolynomial
Defines functions for 3rd order polynomial functions of one variable with only real coefficients.
函数
| 函数 | 描述 |
|---|---|
| computeDiscriminant | Provides the discriminant of the cubic equation from the supplied coefficients. |
| computeRealRoots | Provides the real valued roots of the cubic polynomial with the provided coefficients. |
