Nothing
"qtri" <-
function(p, a = 0., b = a + 2.)
{
ifelse(p < 0.5, sqrt(p/2.), 1. - sqrt((1. - p)/2.)) * (b - a) +
a
}
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.