Length of an arc between two angles: Difference between revisions

m
(added Arturo)
Line 173:
 
<syntaxhighlight lang="arturo">degToRad: function [deg]-> deg * pi // 180
radToDeg: function [rad]-> rad * 180 // pi
 
doublePi: 2 * pi
1,532

edits