TanBJ

Parameters
degrees real
comment
patch

1.00

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