定義只有實(shí)數(shù)系數(shù)的一個變量的四階多項(xiàng)式函數(shù)的函數(shù)。
Methods
(static) computeDiscriminant(a, b, c, d, e) → {Number}
提供四次方程與所提供系數(shù)的判別式。
Parameters:
a
(Number)
四階單項(xiàng)式的系數(shù)。
b
(Number)
三階單項(xiàng)式的系數(shù)。
c
(Number)
二階單項(xiàng)式的系數(shù)。
d
(Number)
一階單項(xiàng)式的系數(shù)。
e
(Number)
第0階單項(xiàng)式的系數(shù)。
用提供的系數(shù)提供四次多項(xiàng)式的實(shí)值根。
Parameters:
a
(Number)
四階單項(xiàng)式的系數(shù)。
b
(Number)
三階單項(xiàng)式的系數(shù)。
c
(Number)
二階單項(xiàng)式的系數(shù)。
d
(Number)
一階單項(xiàng)式的系數(shù)。
e
(Number)
第0階單項(xiàng)式的系數(shù)。