powered by
numerically invert the cosh function for the mass
invcosh(ratio, timeextent, t, eps = 1e-09, maxiterations = 1000)
Numeric. The value of the ratio.
Integer. Time extent of the lattice.
Integer. The t-value where the ratio was taken.
Numeric. Precision of the numerical solution
Integer. Maximal number of iterations to be used in the iterative solver.
A single numeric value is returned corresponding to the mass.
# NOT RUN { invcosh(1.2, timeextent=24, t=12) # }
Run the code above in your browser using DataLab