QuadraticRealPolynomial

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

Methods

static Cesium.QuadraticRealPolynomial.computeDiscriminant(a, b, c)number

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

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

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