4 lines
72 B
Mathematica
4 lines
72 B
Mathematica
|
|
function b = compassbox(d)
|
||
|
|
b = ceil(mod(d+360/64,360)*32/360);
|
||
|
|
end;
|