R/g.golden.nb.R

Defines functions g.golden.nb

Documented in g.golden.nb

#' Title
#'
#' @return the golden ratio number
#' @export
#'
g.golden.nb <- function() { (1+sqrt(5))/2 }
GabrielPigeon/gabtool documentation built on May 6, 2019, 5:32 p.m.