https://github.com/jrincayc/ucblogo-code
Revision 439651e96adff1a23cdffd99afe833ac1731a88f authored by Joshua Cogliati on 22 November 2020, 22:49:35 UTC, committed by GitHub on 22 November 2020, 22:49:35 UTC
FEATURE-CI: Initial pass at having a CI build.
2 parent s 0b2175b + ae144ba
Raw File
Tip revision: 439651e96adff1a23cdffd99afe833ac1731a88f authored by Joshua Cogliati on 22 November 2020, 22:49:35 UTC
Merge pull request #66 from dmalec/FEATURE-CI
Tip revision: 439651e
arctan
ARCTAN num
(ARCTAN x y)

	outputs the arctangent, in degrees, of its input.  With two
	inputs, outputs the arctangent of y/x, if x is nonzero, or
	90 or -90 depending on the sign of y, if x is zero.

back to top