CosBJ

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