# 버림 floor_dec = function(x, level=1) { return(round(x - 5*10^(-level-1), level)) } floor_dec = cmpfun(floor_dec)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.