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