hmatrix-0.4.0.0: Linear algebra and numerical computationsSource codeContentsIndex
Numeric.GSL.Special.Synchrotron
Portabilityuses ffi
Stabilityprovisional
MaintainerAlberto Ruiz (aruiz at um dot es)
Description

Wrappers for selected functions described at:

http://www.google.com/search?q=gsl_sf_synchrotron.h&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

Synopsis
synchrotron_1_e :: Double -> (Double, Double)
synchrotron_1 :: Double -> Double
synchrotron_2_e :: Double -> (Double, Double)
synchrotron_2 :: Double -> Double
Documentation
synchrotron_1_e :: Double -> (Double, Double)Source

wrapper for int gsl_sf_synchrotron_1_e(double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_synchrotron_1_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

synchrotron_1 :: Double -> DoubleSource

wrapper for double gsl_sf_synchrotron_1(double x);

http://www.google.com/search?q=gsl_sf_synchrotron_1&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

synchrotron_2_e :: Double -> (Double, Double)Source

wrapper for int gsl_sf_synchrotron_2_e(double x,gsl_sf_result* result);

http://www.google.com/search?q=gsl_sf_synchrotron_2_e&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

synchrotron_2 :: Double -> DoubleSource

wrapper for double gsl_sf_synchrotron_2(double x);

http://www.google.com/search?q=gsl_sf_synchrotron_2&as_sitesearch=www.gnu.org/software/gsl/manual&btnI=Lucky

Produced by Haddock version 2.4.2