<?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 Arccos in Field Calculator in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/arccos-in-field-calculator/m-p/304040#M17388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to calculate this formula in Field Calculator. Should be pretty easy, but I´ve never worked in Python. So I will be very grateful if someone could me write the input. Thanks a lot! Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arccos ( (&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-size: small;"&gt;[Field_A&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;]^2 +&amp;nbsp;[Field_B&lt;SPAN style="font-size: small;"&gt;]^2 -&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;[Field_C&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;]^2) / (2*[Field_A&lt;SPAN style="font-size: small;"&gt;]*[Field_B&lt;SPAN style="font-size: small;"&gt;]) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #545454; font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #545454; font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2018 20:57:51 GMT</pubDate>
    <dc:creator>JanTichy</dc:creator>
    <dc:date>2018-01-26T20:57:51Z</dc:date>
    <item>
      <title>Arccos in Field Calculator</title>
      <link>https://community.esri.com/t5/data-management-questions/arccos-in-field-calculator/m-p/304040#M17388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to calculate this formula in Field Calculator. Should be pretty easy, but I´ve never worked in Python. So I will be very grateful if someone could me write the input. Thanks a lot! Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;arccos ( (&lt;SPAN style="color: #545454; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-size: small;"&gt;[Field_A&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;]^2 +&amp;nbsp;[Field_B&lt;SPAN style="font-size: small;"&gt;]^2 -&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;[Field_C&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;]^2) / (2*[Field_A&lt;SPAN style="font-size: small;"&gt;]*[Field_B&lt;SPAN style="font-size: small;"&gt;]) )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #545454; font-size: small;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #545454; font-size: small;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2018 20:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arccos-in-field-calculator/m-p/304040#M17388</guid>
      <dc:creator>JanTichy</dc:creator>
      <dc:date>2018-01-26T20:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Arccos in Field Calculator</title>
      <link>https://community.esri.com/t5/data-management-questions/arccos-in-field-calculator/m-p/304041#M17389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;math&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;acos&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!Field_A!&lt;SPAN class="operator token"&gt;**&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; !Field_B!&lt;SPAN class="operator token"&gt;**&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt; !Field_C!&lt;SPAN class="operator token"&gt;**&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;2.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; !Field_A! &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt; !Field_B!&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# --- python parser... I think 'math' is builtin to the field calculator&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:34:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/arccos-in-field-calculator/m-p/304041#M17389</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T14:34:00Z</dc:date>
    </item>
  </channel>
</rss>

