polynomials

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FilterToReals

func FilterToReals(bcs []*bigcomplex.BigComplex) []*bigcomplex.BigComplex

func FilterToRealsMB added in v1.0.5

func FilterToRealsMB(bcs []*maybebigcomplex.BigComplex) []*maybebigcomplex.BigComplex

func FirstOrder

func FirstOrder(a, b *bigcomplex.BigComplex) []*bigcomplex.BigComplex

func FirstOrderComplex128

func FirstOrderComplex128(a, b complex128) []complex128

func FirstOrderMB added in v1.0.5

func FirstOrderReal

func FirstOrderReal(a, b, c, d, e *big.Float) []*big.Float

func FirstOrderRealFloat64

func FirstOrderRealFloat64(a, b, c, d, e float64) []float64

func FirstOrderRealMB added in v1.0.5

func FirstOrderRealMB(a, b, c, d, e *maybebig.Float) []*maybebig.Float

func Float64s

func Float64s(bcs []*big.Float) []float64

func FourthOrder

func FourthOrder(a, b, c, d, e *bigcomplex.BigComplex) []*bigcomplex.BigComplex

Thank goodness for math stack exchange https://math.stackexchange.com/a/786/1072683

func FourthOrderComplex128

func FourthOrderComplex128(a, b, c, d, e complex128) []complex128

func FourthOrderLegacy

func FourthOrderLegacy(a, b, c, d, e complex128) []complex128

Thank goodness for math stack exchange https://math.stackexchange.com/a/786/1072683

func FourthOrderReal

func FourthOrderReal(a, b, c, d, e *big.Float) []*big.Float

func FourthOrderRealFloat64

func FourthOrderRealFloat64(a, b, c, d, e float64) []float64

func FromComplex128UseWithCaution

func FromComplex128UseWithCaution(c complex128) *bigcomplex.BigComplex

func FromFloat64UseWithCaution

func FromFloat64UseWithCaution(f float64) *bigcomplex.BigComplex

func RealComponents

func RealComponents(bcs []*bigcomplex.BigComplex) []*big.Float

func RealComponentsMB added in v1.0.5

func RealComponentsMB(bcs []*maybebigcomplex.BigComplex) []*maybebig.Float

func SecondOrder

func SecondOrder(a, b, c *bigcomplex.BigComplex) []*bigcomplex.BigComplex

func SecondOrderComplex128

func SecondOrderComplex128(a, b, c complex128) []complex128

func SecondOrderMB added in v1.0.5

func SecondOrderMB(a, b, c *maybebigcomplex.BigComplex) []*maybebigcomplex.BigComplex

func SecondOrderReal

func SecondOrderReal(a, b, c *big.Float) []*big.Float

func SecondOrderRealFloat64

func SecondOrderRealFloat64(a, b, c float64) []float64

func SecondOrderRealMB added in v1.0.5

func SecondOrderRealMB(a, b, c *maybebig.Float) []*maybebig.Float

func ThirdOrder

func ThirdOrder(a, b, c, d *bigcomplex.BigComplex) []*bigcomplex.BigComplex

func ThirdOrderComplex128

func ThirdOrderComplex128(a, b, c, d complex128) []complex128

func ThirdOrderEquivalentButSlower

func ThirdOrderEquivalentButSlower(a, b, c, d *bigcomplex.BigComplex) []*bigcomplex.BigComplex

func ThirdOrderLegacy

func ThirdOrderLegacy(a, b, c, d complex128) []complex128

func ThirdOrderReal

func ThirdOrderReal(a, b, c, d *big.Float) []*big.Float

func ThirdOrderRealFloat64

func ThirdOrderRealFloat64(a, b, c, d, e float64) []float64

func ToComplex128s

func ToComplex128s(bcs []*bigcomplex.BigComplex) []complex128

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL