{"id":90,"date":"2024-09-26T12:36:16","date_gmt":"2024-09-26T11:36:16","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=90"},"modified":"2024-09-28T10:28:57","modified_gmt":"2024-09-28T09:28:57","slug":"mwnci-atan-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-atan-function\/","title":{"rendered":"Mwnci atan() Function"},"content":{"rendered":"<h2 id=\"atan()-Syntax\">Syntax<\/h2>\n<p>atan(<em>tangent)<\/em><\/p>\n<h2 id=\"atan()-Parameter\">Parameter<\/h2>\n<div class=\"table-wrap\">\n<table class=\"confluenceTable tablesorter tablesorter-default\">\n<thead>\n<tr class=\"tablesorter-headerRow\">\n<th class=\"confluenceTh sortableHeader\" data-column=\"0\">\n<div class=\"tablesorter-header-inner\">\n<p><strong>Parameter<\/strong><\/p>\n<\/div>\n<\/th>\n<th class=\"confluenceTh sortableHeader\" data-column=\"1\">\n<div class=\"tablesorter-header-inner\">\n<p><strong>Definition<\/strong><\/p>\n<\/div>\n<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"confluenceTd\">tangent<\/td>\n<td class=\"confluenceTd\">tangent argument<br class=\"atl-forced-newline\" \/>&#8211;\u00a0\u221e\u00a0\u2264 tangent \u2264\u00a0\u221e<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2 id=\"atan()-Description\">Description<\/h2>\n<p>The\u00a0<em>atan()<\/em> function returns the arctangent of <em>tangent<\/em>, that is, the length in radians of the arc whose tangent is\u00a0<em>tangent<\/em>.<\/p>\n<h2 id=\"atan()-Example\">Example<\/h2>\n<p>The following example uses atan() to verify the trigonometric identity:<\/p>\n<div class=\"code-toolbar\">\n<pre class=\"conf-macro output-block language-undefined\" data-hasbody=\"true\" data-macro-name=\"sp-macrooverride-plaintextbody-block\">print(\"Arcsine(Arctangent) Identity Verification\\\\n\")\r\nprint(\" tan() Expected Returned\\n\")\r\nprint(\"--------- --------- ---------\\n\")\r\ntangent = -1.5\r\nwhile (tangent &lt;= 1.5){\r\nexpect = tangent \/ sqrt(1 + pow(tangent,2))\r\nprintf(\"%+8.6f %+8.6f %+8.6f\\n\",tangent,expect,sin(atan(tangent)))\r\ntangent = tangent + 0.1\r\n}<\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Syntax atan(tangent) Parameter Parameter Definition tangent tangent argument&#8211;\u00a0\u221e\u00a0\u2264 tangent \u2264\u00a0\u221e Description The\u00a0atan() function returns the arctangent of tangent, that is, the length in radians of the arc whose tangent is\u00a0tangent. Example The following example uses atan() to verify the trigonometric identity: print(&#8220;Arcsine(Arctangent) Identity Verification\\\\n&#8221;) print(&#8221; tan() Expected Returned\\n&#8221;) print(&#8220;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;\\n&#8221;) tangent = -1.5 while &hellip; <a href=\"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-atan-function\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Mwnci atan() Function&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-90","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":5,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/90\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/90\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}