Hi! This is a unit circle calculator I made for myself to hopefully speed up my precalc hw. You can input an angle in radians or degrees and see its since, cosine, and cotangent values on the unit circle. It updates a SVG diagram to display projections of the radius line, sine and cosine, and tangent and cotangent. It handles cases like undefined values as well! SELF-REPORTING: 0.5 hr for writing pseudocode and planning logic 0.5 hr for researching JavaScript/SVG/math functions
Hi! This is a unit circle calculator I made for myself to hopefully speed up my precalc hw. You can input an angle in radians or degrees and see its since, cosine, and cotangent values on the unit circle. It updates a SVG diagram to display projections of the radius line, sine and cosine, and tangent and cotangent. It handles cases like undefined values as well! SELF-REPORTING: 0.5 hr for writing pseudocode and planning logic 0.5 hr for researching JavaScript/SVG/math functions