R/constants.R

Defines functions golden_ratio

Documented in golden_ratio

# mathematical constants ================================

#' Golden ratio
#' @export
golden_ratio = function() {
    (1 + sqrt(5)) / 2
}
unoe/noe documentation built on Nov. 5, 2019, 11:05 a.m.