6 lines
118 B
Text
6 lines
118 B
Text
require "bignum"
|
|
|
|
local bits = math.round(100 / 0.30103)
|
|
mpfr.init(bits, 100)
|
|
mpfr.convert(false)
|
|
print(mpfr.euler())
|