Skip to content

Commit

Permalink
docs: fix sqrt braces
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed May 20, 2024
1 parent 0a2134a commit 9afb404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/calibration.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tempcal <- function(Tc,
#' calibration
#' \deqn{y = a \times 10^6 / T^2 + b}{y = a * 10^6 / T^2 + b} with \eqn{T} in Kelvin,
#' is expressed as a function of \eqn{T_C} (in degrees Celsius):
#' \deqn{T_C = \sqrt((a \times 10^6) / (y - b)) - 273.15}{T[C] = sqrt((a * 10^6) / (y - b)) - 273.15}
#' \deqn{T_C = \sqrt{(a \times 10^6) / (y - b)} - 273.15}{T[C] = sqrt((a * 10^6) / (y - b)) - 273.15}
#'
#' Defaults to Bonifacie et al. 2017 \deqn{\Delta_47 = (0.0449 \pm 0.001 \times
#' 10^6) / T^2 + (0.167 \pm 0.01)}
Expand Down
2 changes: 1 addition & 1 deletion man/revcal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9afb404

Please sign in to comment.