##' Complex operations on two numbers (Description)
##'
##' We want to do some complex operations on two numbers, blalala... (Details)
##' @title Very complex operation of two numbers
##' @param x first number
##' @param y second number
##' @return (x + y)(x - y)
##' @author Seven
##' @export
##' @examples
##' h(3, 2)
h <- function(x, y) f(x, y) * g(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.