--- title: "Square Roots" type: "article" slug: "square-roots" url: "http://localhost/article/square-roots/" markdown_url: "http://localhost/article/square-roots.md" published_at: "2020-10-27T17:13:22+00:00" modified_at: "2024-05-26T13:47:13+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Program that arrives at square roots by division." category: - name: "The Plotter" slug: "the-plotter" taxonomy: "category" url: "http://localhost/category/periodicals/the-plotter/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Dick Wagner" slug: "dick-wagner" taxonomy: "indiv" url: "http://localhost/indiv/dick-wagner/" publication: "The Plotter" publication_r: id: 21216 title: "The Plotter" type: "periodical" url: "http://localhost/periodical/the-plotter/" authors: "Dick Wagner" volume: "10" issue: "8" issues_articles: - id: 26744 title: "The Plotter v10 n8" type: "issue" url: "http://localhost/issue/the-plotter-v10-n8/" pages: "3" archive_link: false volumeissue: "v10n8" --- # Square Roots Program that arrives at square roots by division.