| Copyright | (c) Stéphane Laurent 2023 |
|---|---|
| License | BSD3 |
| Maintainer | laurent_step@outlook.fr |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Math.NevilleTheta
Description
Provides the theta Neville functions.
Synopsis
- theta_c :: Complex Double -> Complex Double -> Complex Double
- theta_d :: Complex Double -> Complex Double -> Complex Double
- theta_n :: Complex Double -> Complex Double -> Complex Double
- theta_s :: Complex Double -> Complex Double -> Complex Double
- theta_c' :: Complex Double -> Complex Double -> Complex Double
- theta_d' :: Complex Double -> Complex Double -> Complex Double
- theta_n' :: Complex Double -> Complex Double -> Complex Double
- theta_s' :: Complex Double -> Complex Double -> Complex Double
Documentation
Neville theta-c function in terms of the nome.
Neville theta-d function in terms of the nome.
Neville theta-n function in terms of the nome.
Neville theta-d function in terms of the nome.
Neville theta-c function in terms of the squared modulus.
Neville theta-d function in terms of the squared modulus.
Neville theta-n function in terms of the squared modulus.