{"id":79,"date":"2024-09-25T11:57:49","date_gmt":"2024-09-25T10:57:49","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=79"},"modified":"2024-09-28T10:07:03","modified_gmt":"2024-09-28T09:07:03","slug":"mwnci-asin-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-asin-function\/","title":{"rendered":"Mwnci asin() function"},"content":{"rendered":"<h2><span id=\"Syntax\" class=\"mw-headline\">Syntax<\/span><\/h2>\n<p>asin(<i><b>sine<\/b><\/i>)<\/p>\n<h2>Parameters<\/h2>\n<h2 id=\"asin()-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\"><em>sine<\/em><\/td>\n<td class=\"confluenceTd\">sine argument<\/p>\n<p>*Valid Values*\u00a0<br class=\"atl-forced-newline\" \/>-1 \u2264 sine \u2264 1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h2><span id=\"Description\" class=\"mw-headline\">Description<\/span><\/h2>\n<p>The <i>asin()<\/i> function returns the arc sine of a number.<\/p>\n<h2><span id=\"Example\" class=\"mw-headline\">Example<\/span><\/h2>\n<pre>include(\"math\")\r\nHALFPI = PI \/ 2\r\nprintln(\"Arcsine + Arcosine Identity Verification\\n\")\r\nprintln(\"  Sine     Expected   Returned\")\r\nprintln(\"------------------------------\")\r\nsine = -0.9\r\nwhile (sine &lt; 1.0) {\r\n    printf(\"%+8.6f \u00a0%+8.6f \u00a0%+8.6f\\n\", sine, HALFPI, asin(sine) + acos(sine))\r\n    sine = sine + 0.1\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Syntax asin(sine) Parameters Parameter Parameter Definition sine sine argument *Valid Values*\u00a0-1 \u2264 sine \u2264 1 Description The asin() function returns the arc sine of a number. Example include(&#8220;math&#8221;) HALFPI = PI \/ 2 println(&#8220;Arcsine + Arcosine Identity Verification\\n&#8221;) println(&#8221; Sine Expected Returned&#8221;) println(&#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8220;) sine = -0.9 while (sine &lt; 1.0) { printf(&#8220;%+8.6f \u00a0%+8.6f \u00a0%+8.6f\\n&#8221;, sine, &hellip; <a href=\"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-asin-function\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Mwnci asin() 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-79","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/79","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=79"}],"version-history":[{"count":4,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions"}],"predecessor-version":[{"id":117,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/79\/revisions\/117"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}