R = RealBallField(400)
beta = R.pi()^2 / (12 * R(2).log())
beta # the Khinchin-Levy constant
beta.exp() # Levy's constantBoth rows follow from (1) and were computed in real ball arithmetic, with $\pi$ and $\log 2$ taken as balls rather than as rounded constants, so every stored digit is covered by the enclosure. Nothing here is a limit that had to be estimated: the closed form is a theorem, and what the computation has to be careful about is only the arithmetic.