--- title: "Degrees, Grads, and Radians" type: "article" slug: "degrees-grads-and-radians" url: "http://localhost/article/degrees-grads-and-radians/" markdown_url: "http://localhost/article/degrees-grads-and-radians.md" published_at: "2020-10-27T17:18:55+00:00" modified_at: "2024-06-23T01:04:43+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "There are three methods of measuring angles: degrees, grads, and radians. However, the ZX81 with all its new trigonometric functions can only measure angles in radians. You can convert a measurement by any of the three methods to either of the remaining methods with the few short programs given in the listings below. You may…" category: - name: "SYNC" slug: "sync" taxonomy: "category" url: "http://localhost/category/periodicals/sync/" post_tag: - name: "1982" slug: "year-1982" taxonomy: "post_tag" url: "http://localhost/tag/year-1982/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX81" slug: "zx81" taxonomy: "post_tag" url: "http://localhost/tag/zx81/" model: - name: "Sinclair ZX81" slug: "zx81" taxonomy: "model" url: "http://localhost/model/zx81/" indiv: - name: "Alvin Lam" slug: "alvin-lam" taxonomy: "indiv" url: "http://localhost/indiv/alvin-lam/" publication: "Sync" publication_r: id: 10243 title: "SYNC" type: "periodical" url: "http://localhost/periodical/sync-magazine/" authors: "Alvin Lam" volume: "2" issue: "5" issues_articles: - id: 26645 title: "SYNC v2 n5" type: "issue" url: "http://localhost/issue/sync-v2-n5/" pages: "69" pubdate: "September/October 1982" archive_link: false volumeissue: "v2n5" --- # Degrees, Grads, and Radians There are three methods of measuring angles: degrees, grads, and radians. However, the ZX81 with all its new trigonometric functions can only measure angles in radians. You can convert a measurement by any of the three methods to either of the remaining methods with the few short programs given in the listings below. You may want to add a REM statement to identify each listing for use in a program.