CubicRealPolynomial

定义仅含实数系数的一元三次多项式函数。

Methods

static Cesium.CubicRealPolynomial.computeDiscriminant(a, b, c, d)number

根据提供的系数计算该三次方程的判别式。
Name Type Description
a number 三次单项式的系数。
b number 二次单项式的系数。
c number 一次单项式的系数。
d number 零次单项式的系数。
Returns:
判别式的值。

static Cesium.CubicRealPolynomial.computeRealRoots(a, b, c, d)Array.<number>

根据提供的系数计算该三次多项式的实根。
Name Type Description
a number 三次单项式的系数。
b number 二次单项式的系数。
c number 一次单项式的系数。
d number 零次单项式的系数。
Returns:
实根。
需要帮助?获取答案的最快方式是在 Cesium 论坛 上向社区和团队提问。