bindings-gsl-0.1.1.6: Low level bindings to GNU GSL.Source codeContentsIndex
Bindings.Gsl.MathematicalFunctions
Description
http://www.gnu.org/software/gsl/manual/html_node/Mathematical-Functions.html
Documentation
c'M_E :: Fractional a => aSource
c'M_LOG2E :: Fractional a => aSource
c'M_LOG10E :: Fractional a => aSource
c'M_SQRT2 :: Fractional a => aSource
c'M_SQRT1_2 :: Fractional a => aSource
c'M_SQRT3 :: Fractional a => aSource
c'M_PI :: Fractional a => aSource
c'M_PI_2 :: Fractional a => aSource
c'M_PI_4 :: Fractional a => aSource
c'M_SQRTPI :: Fractional a => aSource
c'M_2_SQRTPI :: Fractional a => aSource
c'M_1_PI :: Fractional a => aSource
c'M_2_PI :: Fractional a => aSource
c'M_LN10 :: Fractional a => aSource
c'M_LN2 :: Fractional a => aSource
c'M_LNPI :: Fractional a => aSource
c'M_EULER :: Fractional a => aSource
data C'gsl_function Source
Constructors
C'gsl_function
c'gsl_function'function :: FunPtr (CDouble -> Ptr () -> IO CDouble)
c'gsl_function'params :: Ptr ()
show/hide Instances
c'GSL_FN_EVAL :: Ptr C'gsl_function -> CDouble -> IO CDoubleSource
data C'gsl_function_fdf Source
Constructors
C'gsl_function_fdf
c'gsl_function_fdf'f :: FunPtr (CDouble -> Ptr () -> IO CDouble)
c'gsl_function_fdf'df :: FunPtr (CDouble -> Ptr () -> IO CDouble)
c'gsl_function_fdf'fdf :: FunPtr (CDouble -> Ptr () -> Ptr CDouble -> Ptr CDouble -> IO ())
c'gsl_function_fdf'params :: Ptr ()
show/hide Instances
c'GSL_FN_FDF_EVAL_F :: Ptr C'gsl_function_fdf -> CDouble -> IO CDoubleSource
c'GSL_FN_FDF_EVAL_DF :: Ptr C'gsl_function_fdf -> CDouble -> IO CDoubleSource
c'GSL_FN_FDF_EVAL_F_DF :: Ptr C'gsl_function_fdf -> CDouble -> Ptr CDouble -> Ptr CDouble -> IO ()Source
data C'gsl_function_vec Source
Constructors
C'gsl_function_vec
c'gsl_function_vec'function :: FunPtr (CDouble -> Ptr CDouble -> Ptr () -> IO CInt)
c'gsl_function_vec'params :: Ptr ()
show/hide Instances
c'GSL_FN_VEC_EVAL :: Ptr C'gsl_function_vec -> CDouble -> Ptr CDouble -> IO CDoubleSource
c'gsl_max :: CDouble -> CDouble -> IO CDoubleSource
c'gsl_min :: CDouble -> CDouble -> IO CDoubleSource
c'GSL_MAX_INT :: CInt -> CInt -> CInt -> IO CIntSource
p'gsl_max :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
c'GSL_MIN_INT :: CInt -> CInt -> CInt -> IO CIntSource
p'gsl_min :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
c'GSL_MAX_DBL :: CDouble -> CDouble -> IO CDoubleSource
p'GSL_MAX_INT :: FunPtr (CInt -> CInt -> CInt -> IO CInt)Source
c'GSL_MIN_DBL :: CDouble -> CDouble -> IO CDoubleSource
p'GSL_MIN_INT :: FunPtr (CInt -> CInt -> CInt -> IO CInt)Source
c'GSL_MAX_LDBL :: CLDouble -> CLDouble -> IO CLDoubleSource
p'GSL_MAX_DBL :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
c'GSL_MIN_LDBL :: CLDouble -> CLDouble -> IO CLDoubleSource
p'GSL_MIN_DBL :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
p'GSL_MAX_LDBL :: FunPtr (CLDouble -> CLDouble -> IO CLDouble)Source
c'gsl_log1p :: CDouble -> IO CDoubleSource
p'GSL_MIN_LDBL :: FunPtr (CLDouble -> CLDouble -> IO CLDouble)Source
c'gsl_expm1 :: CDouble -> IO CDoubleSource
p'gsl_log1p :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_hypot :: CDouble -> CDouble -> IO CDoubleSource
p'gsl_expm1 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_hypot3 :: CDouble -> CDouble -> CDouble -> IO CDoubleSource
c'gsl_acosh :: CDouble -> IO CDoubleSource
p'gsl_hypot :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
c'gsl_asinh :: CDouble -> IO CDoubleSource
p'gsl_hypot3 :: FunPtr (CDouble -> CDouble -> CDouble -> IO CDouble)Source
c'gsl_atanh :: CDouble -> IO CDoubleSource
p'gsl_acosh :: FunPtr (CDouble -> IO CDouble)Source
p'gsl_asinh :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_isnan :: CDouble -> IO CIntSource
p'gsl_atanh :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_isinf :: CDouble -> IO CIntSource
c'gsl_finite :: CDouble -> IO CIntSource
p'gsl_isnan :: FunPtr (CDouble -> IO CInt)Source
p'gsl_isinf :: FunPtr (CDouble -> IO CInt)Source
c'gsl_nan :: IO CDoubleSource
p'gsl_finite :: FunPtr (CDouble -> IO CInt)Source
c'gsl_posinf :: IO CDoubleSource
c'gsl_neginf :: IO CDoubleSource
p'gsl_nan :: FunPtr (IO CDouble)Source
p'gsl_posinf :: FunPtr (IO CDouble)Source
c'gsl_fdiv :: CDouble -> CDouble -> IO CDoubleSource
p'gsl_neginf :: FunPtr (IO CDouble)Source
c'gsl_coerce_double :: CDouble -> IO CDoubleSource
p'gsl_fdiv :: FunPtr (CDouble -> CDouble -> IO CDouble)Source
c'gsl_coerce_float :: CFloat -> IO CFloatSource
c'gsl_coerce_long_double :: CLDouble -> IO CLDoubleSource
p'gsl_coerce_double :: FunPtr (CDouble -> IO CDouble)Source
p'gsl_coerce_float :: FunPtr (CFloat -> IO CFloat)Source
c'gsl_ldexp :: CDouble -> CInt -> IO CDoubleSource
p'gsl_coerce_long_double :: FunPtr (CLDouble -> IO CLDouble)Source
c'gsl_frexp :: CDouble -> Ptr CInt -> IO CDoubleSource
p'gsl_ldexp :: FunPtr (CDouble -> CInt -> IO CDouble)Source
c'gsl_fcmp :: CDouble -> CDouble -> CDouble -> IO CIntSource
p'gsl_frexp :: FunPtr (CDouble -> Ptr CInt -> IO CDouble)Source
c'gsl_pow_2 :: CDouble -> IO CDoubleSource
p'gsl_fcmp :: FunPtr (CDouble -> CDouble -> CDouble -> IO CInt)Source
c'gsl_pow_3 :: CDouble -> IO CDoubleSource
c'gsl_pow_4 :: CDouble -> IO CDoubleSource
p'gsl_pow_2 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_5 :: CDouble -> IO CDoubleSource
p'gsl_pow_3 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_6 :: CDouble -> IO CDoubleSource
p'gsl_pow_4 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_7 :: CDouble -> IO CDoubleSource
p'gsl_pow_5 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_8 :: CDouble -> IO CDoubleSource
p'gsl_pow_6 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_9 :: CDouble -> IO CDoubleSource
p'gsl_pow_7 :: FunPtr (CDouble -> IO CDouble)Source
c'gsl_pow_int :: CDouble -> CInt -> IO CDoubleSource
p'gsl_pow_8 :: FunPtr (CDouble -> IO CDouble)Source
p'gsl_pow_9 :: FunPtr (CDouble -> IO CDouble)Source
p'gsl_pow_int :: FunPtr (CDouble -> CInt -> IO CDouble)Source
Produced by Haddock version 2.4.2