# mathematical constants ================================
#' Golden ratio
#' @export
golden_ratio = function() {
(1 + sqrt(5)) / 2
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.