Nothing
# Calculate energetic sum or difference of values
dbsum(x = 55, y = 33, operator = 1)
dbsum(x = c(55 , 66), y = c(45, 50), operator = 1)
dbsum(x = c(70 , 68), y = c(55, 66), operator = -1)
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.