RosettaCodeData/Task/Eulers-constant-0.5772.../Pluto/eulers-constant-0.5772...-3.pluto

7 lines
118 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
require "bignum"
local bits = math.round(100 / 0.30103)
mpfr.init(bits, 100)
mpfr.convert(false)
print(mpfr.euler())