In this module some usefull constants are defined. There are four groups of constants:
The other modules are created during the initialisation of pygsl.const. For convenience the mathematical, physical mks constants and number constants also are available in the namespace of pygsl.const. If the used GSL version is before gsl1.4, see
pygsl.compiled_gsl_version
import pygsl.const import pygsl.const.cgs print pygsl.const.cgs.speed_of_light/pygsl.const.speed_of_light
import pygsl.const import pygsl.const.cgsm print pygsl.const.cgsm.speed_of_light/pygsl.const.speed_of_light
See Also:
The actual values are taken form the GSL headers. The GNU Scientific Library reference provides a more detailed description of these constants.