6 lines
235 B
Text
6 lines
235 B
Text
without js -- no mpfr_const_euler() in mpfr.js as yet
|
|
requires("1.0.1") -- mpfr_const_euler()
|
|
include mpfr.e
|
|
mpfr gamma = mpfr_init(0,-100)
|
|
mpfr_const_euler(gamma)
|
|
printf(1,"gamma %s (mpfr_const_euler)\n",{mpfr_get_fixed(gamma,100)})
|