SinBJ

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