eulergamma is the ASCII alias for γ.

julia> γ
γ = 0.5772156649015...


julia> eulergamma
γ = 0.5772156649015...


julia> γ === eulergamma
true


If you are interested in generating the list of constants, you can use this 
script: 
https://github.com/isagalaev/highlight.js/blob/d506d1d305e18809b2f5002967a18693780581b0/src/languages/julia.js#L23-L51
.

On Tuesday, July 5, 2016 at 7:52:52 PM UTC+9, esproff wrote:
>
> I wasn't able to find a master list of all the constants in Julia.  I'm 
> specifically looking for the ascii name for the Euler-Mascheroni constant γ. 
>  Similar to how the golden ratio is both φ and golden.
>

Reply via email to