QuarticRealPolynomial

定义了仅含实系数的一元四阶多项式函数的相关函数。

Methods

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

根据提供的系数返回四次方程的判别式。
Name Type Description
a number 四阶单项式的系数。
b number 三阶单项式的系数。
c number 二阶单项式的系数。
d number 一阶单项式的系数。
e number 零阶单项式的系数。
Returns:
判别式的值。

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

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