CubicRealPolynomial

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

Methods

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

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

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

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