BltInFunc-ACOS.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="ACOS">
  5. <title>ACOS</title>
  6. <para><emphasis role="bold">ACOS<indexterm>
  7. <primary>ACOS</primary>
  8. </indexterm><indexterm>
  9. <primary>ACOS function</primary>
  10. </indexterm>(</emphasis><emphasis>cosine</emphasis><emphasis
  11. role="bold">)</emphasis></para>
  12. <para><informaltable colsep="1" frame="all" rowsep="1">
  13. <tgroup cols="2">
  14. <colspec colwidth="79.35pt" />
  15. <colspec colwidth="309.45pt" />
  16. <tbody>
  17. <row>
  18. <entry><emphasis>cosine</emphasis></entry>
  19. <entry>The REAL cosine value for which to find the
  20. arccosine.</entry>
  21. </row>
  22. <row>
  23. <entry>Return:</entry>
  24. <entry>ACOS returns a single REAL value.</entry>
  25. </row>
  26. </tbody>
  27. </tgroup>
  28. </informaltable></para>
  29. <para>The <emphasis role="bold">ACOS </emphasis>function returns the
  30. arccosine (inverse) of the <emphasis>cosine</emphasis>, in radians.</para>
  31. <para>Example:</para>
  32. <programlisting>ArcCosine := ACOS(CosineAngle);
  33. </programlisting>
  34. <para>See Also: <link linkend="COS">COS</link>, <link linkend="SIN">SIN</link>, <link linkend="TAN">TAN</link>, <link linkend="ASIN">ASIN</link>, <link linkend="ATAN">ATAN</link>, <link linkend="COSH">COSH</link>, <link linkend="SINH">SINH</link>, <link linkend="TANH">TANH</link></para>
  35. </sect1>