invcosh | R Documentation |
numerically invert the cosh function for the mass
invcosh(ratio, timeextent, t, eps = 1e-09, maxiterations = 1000)
ratio |
Numeric. The value of the ratio. |
timeextent |
Integer. Time extent of the lattice. |
t |
Integer. The t-value where the ratio was taken. |
eps |
Numeric. Precision of the numerical solution |
maxiterations |
Integer. Maximal number of iterations to be used in the iterative solver. |
A single numeric value is returned corresponding to the mass.
invcosh(1.2, timeextent=24, t=12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.