AtanBJ

Parameters
degrees real
comment
patch

1.00

Source
Blizzard.j
return type
real
Source code
function AtanBJ takes real degrees returns real
    return Atan(degrees) * bj_RADTODEG
endfunction