R/degrees.R

degrees <-
function (radian) {
    degree = radian * (180.0/pi) 
    return(degree) 
}

Try the insol package in your browser

Any scripts or data that you put into this service are public.

insol documentation built on Feb. 10, 2021, 5:08 p.m.