Nothing
#' The smallest machine-readable number
#'
#' This function returns the smallest machine-readable number (equal to \code{.Machine$double.eps}).
#' @return Numeric value.
#' @examples
#' eps()
#' @export
eps <- function() .Machine$double.eps
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.