Nothing
LawofCosines <-
function(sides){
a <- sides[1]; b <- sides[2]; c <- sides[3]
acos(-(c^2 - a^2 - b^2)/(2*a*b))*180/pi
}
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.