module GSL

Defined in:

gsl.cr
gsl/base/functions.cr
gsl/base/histogram.cr
gsl/base/iterator.cr
gsl/base/libgsl.cr
gsl/base/matrix.cr
gsl/base/permutation.cr
gsl/base/vector.cr
gsl/maths/basic/matrix.cr
gsl/maths/basic/vector.cr
gsl/maths/statistics/correlation.cr
gsl/maths/statistics/vector.cr

Constant Summary

RNG = LibGSL.gsl_rng_alloc(LibGSL.gsl_rng_env_setup)

Class Method Summary

Class Method Detail

def self.lgamma(x : Float64) : Float64 #

[View source]