@@ -0,0 +1,4 @@
function rad = radians(degree) % градусы в радианы
%% By L_DelOff
rad = degree .* pi / 180;
end
The note is not visible to the blocked user.