CosBJ

Parameters
degrees real
comment
patch

1.00

Source
Blizzard.j
return type
real
Source code
function CosBJ takes real degrees returns real
    return Cos(degrees * bj_DEGTORAD)
endfunction