diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/sigma_rl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/sigma_rl.html b/docs/reference/sigma_rl.html index 36f2a0c1..b7c93961 100644 --- a/docs/reference/sigma_rl.html +++ b/docs/reference/sigma_rl.html @@ -103,8 +103,8 @@ <p>Function describing the standard deviation of the measurement error - in dependence of the measured value:</p> -<p>\(sigma = sqrt(sigma_low^2 + y^2 * rsd_high^2)\)</p> + in dependence of the measured value \(y\):</p> +<p>$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$</p> <pre class="usage"><span class='fu'>sigma_rl</span>(<span class='no'>y</span>, <span class='no'>sigma_low</span>, <span class='no'>rsd_high</span>)</pre> |