<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Arcade root cube different results than Excel in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396935#M6988</link>
    <description>&lt;P&gt;I had discovered that function but i was not using it correctly.&amp;nbsp; Thank you for the lightning fast response.&amp;nbsp; You rock!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Mar 2024 14:10:00 GMT</pubDate>
    <dc:creator>KeithWestberg</dc:creator>
    <dc:date>2024-03-16T14:10:00Z</dc:date>
    <item>
      <title>Arcade root cube different results than Excel</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396889#M6986</link>
      <description>&lt;P&gt;I have an equation in excel which is =130*(27^(1/3)) that returns 390. When i use this same formula in Playground and arcade via Pro, i get 3510.&amp;nbsp; I've tried every order of operation, but still cannot emulate the excel output.&lt;/P&gt;&lt;P&gt;The playground version is the following&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;130&lt;/SPAN&gt;&lt;SPAN&gt;*(&lt;/SPAN&gt;&lt;SPAN&gt;27&lt;/SPAN&gt;&lt;SPAN&gt;^(&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;));&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on why the difference would be greatly appreciated.&amp;nbsp; Thank you in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 02:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396889#M6986</guid>
      <dc:creator>KeithWestberg</dc:creator>
      <dc:date>2024-03-16T02:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade root cube different results than Excel</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396901#M6987</link>
      <description>&lt;P&gt;You have to use the &lt;A href="https://developers.arcgis.com/arcade/function-reference/math_functions/#pow" target="_self"&gt;Pow&lt;/A&gt; function.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;return 130 * Pow(27, (1/3))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pow.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/98245i2BBDB0811B436A4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pow.png" alt="pow.png" /&gt;&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 04:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396901#M6987</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2024-03-16T04:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade root cube different results than Excel</title>
      <link>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396935#M6988</link>
      <description>&lt;P&gt;I had discovered that function but i was not using it correctly.&amp;nbsp; Thank you for the lightning fast response.&amp;nbsp; You rock!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 14:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcade-root-cube-different-results-than-excel/m-p/1396935#M6988</guid>
      <dc:creator>KeithWestberg</dc:creator>
      <dc:date>2024-03-16T14:10:00Z</dc:date>
    </item>
  </channel>
</rss>

