QuarticRealPolynomial

定义一个变量的 4 阶多项式函数的函数,其中只有实系数。

Methods

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

提供四次方程与提供的系数的判别式。
Name Type Description
a number 4 阶单项式的系数。
b number 三阶单项式的系数。
c number 二阶单项式的系数。
d number 一阶单项式的系数。
e number 0 阶单项式的系数。
Returns:
判别值。

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

提供四次多项式的实值根和提供的系数。
Name Type Description
a number 4 阶单项式的系数。
b number 三阶单项式的系数。
c number 二阶单项式的系数。
d number 一阶单项式的系数。
e number 0 阶单项式的系数。
Returns:
实值根。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.