R/radians.R

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

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.