SinBJ

Parameters
degrees real
comment
patch

1.00

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