{"id":655,"date":"2024-11-18T12:00:59","date_gmt":"2024-11-18T12:00:59","guid":{"rendered":"http:\/\/monkey.ploogie.co.uk\/?page_id=655"},"modified":"2024-11-18T12:32:20","modified_gmt":"2024-11-18T12:32:20","slug":"mwnci-pow-function","status":"publish","type":"page","link":"https:\/\/monkey.ploogie.co.uk\/index.php\/mwnci-pow-function\/","title":{"rendered":"Mwnci pow() Function"},"content":{"rendered":"<h2>Syntax<\/h2>\n<p>pow<strong>(<em>number<\/em>, <em>number<\/em>)<\/strong><\/p>\n<h2>Description<\/h2>\n<p>The <i>pow()<\/i> function returns the value of x to the power of y<\/p>\n<h2>Example<\/h2>\n<pre>include(\"file\")\r\nprintln(pow(4,3))\r\nprintln(pow(4.2, 3.1))\r\n\r\n\r\n64\r\n85.52100586479837\r\n<\/pre>\n<p>It is the equivalent of using 4 ** 3 and 4.2 ** 3.1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Syntax pow(number, number) Description The pow() function returns the value of x to the power of y Example include(&#8220;file&#8221;) println(pow(4,3)) println(pow(4.2, 3.1)) 64 85.52100586479837 It is the equivalent of using 4 ** 3 and 4.2 ** 3.1<\/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-655","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/655","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=655"}],"version-history":[{"count":3,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/655\/revisions"}],"predecessor-version":[{"id":658,"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/pages\/655\/revisions\/658"}],"wp:attachment":[{"href":"https:\/\/monkey.ploogie.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}