Variable: math-approx-gamma-const
math-approx-gamma-const is a variable defined in calc-ext.el.gz.
Value
(float
5772156649015328606065120900824024310421593359399235988057672348848677267776646709369470632917467495
-100)
Documentation
An approximation for gamma.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
(defconst math-approx-gamma-const
(math-read-number-simple
"0.5772156649015328606065120900824024310421593359399235988057672348848677267776646709369470632917467495")
"An approximation for gamma.")