Difference between revisions of "Trigonometry Functions"
Jump to navigation
Jump to search
→Taylor Series Variant 1
imported>DragoonWraith |
imported>DragoonWraith |
||
Line 53: | Line 53: | ||
set Wiki.ang to ( Wiki.ang + 360 ) | set Wiki.ang to ( Wiki.ang + 360 ) | ||
elseif ( Wiki.ang > 180 ) | elseif ( Wiki.ang > 180 ) | ||
set ang to ( Wiki.ang - 360 ) | set Wiki.ang to ( Wiki.ang - 360 ) | ||
endif | endif | ||
Line 83: | Line 83: | ||
End | End | ||
This script is more accurate than it needs to be. Galerion suggests that only the first seven steps are necessary. | This script is more accurate than it needs to be. Galerion suggests that only the first seven steps are necessary. | ||
== Taylor Series Variant 2 == | == Taylor Series Variant 2 == |