Learn R Programming

hadron (version 3.1.2)

invcosh: numerically invert the cosh function for the mass

Description

numerically invert the cosh function for the mass

Usage

invcosh(ratio, timeextent, t, eps = 1e-09, maxiterations = 1000)

Arguments

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.

Value

A single numeric value is returned corresponding to the mass.

Examples

Run this code
# NOT RUN {
invcosh(1.2, timeextent=24, t=12)
# }

Run the code above in your browser using DataLab