<?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 dasin statement in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786577#M30331</link>
    <description>i have a programme code, which uses the dasin-statement for calculating pi.&lt;BR /&gt;&lt;BR /&gt;pi=2.*dasin(1.)&lt;BR /&gt;&lt;BR /&gt;after compiling it by ivf8 i get following messages:&lt;BR /&gt;&lt;BR /&gt;traje.obj : error LNK2001: nichtaufgeloestes externes Symbol _DASIN&lt;BR /&gt;&lt;BR /&gt;traje.exe : fatal error LNK1120 1 unaufgeloeste externe verweise&lt;BR /&gt;&lt;BR /&gt;does there exist a new statement for dasin? how do i have to change?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;martin</description>
    <pubDate>Thu, 24 Jun 2004 20:45:54 GMT</pubDate>
    <dc:creator>martin_muehlentien</dc:creator>
    <dc:date>2004-06-24T20:45:54Z</dc:date>
    <item>
      <title>dasin statement</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786577#M30331</link>
      <description>i have a programme code, which uses the dasin-statement for calculating pi.&lt;BR /&gt;&lt;BR /&gt;pi=2.*dasin(1.)&lt;BR /&gt;&lt;BR /&gt;after compiling it by ivf8 i get following messages:&lt;BR /&gt;&lt;BR /&gt;traje.obj : error LNK2001: nichtaufgeloestes externes Symbol _DASIN&lt;BR /&gt;&lt;BR /&gt;traje.exe : fatal error LNK1120 1 unaufgeloeste externe verweise&lt;BR /&gt;&lt;BR /&gt;does there exist a new statement for dasin? how do i have to change?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;martin</description>
      <pubDate>Thu, 24 Jun 2004 20:45:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786577#M30331</guid>
      <dc:creator>martin_muehlentien</dc:creator>
      <dc:date>2004-06-24T20:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: dasin statement</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786578#M30332</link>
      <description>&lt;DIV&gt;DASIN is the double-precision "specific" function name, and you are calling it with a single-precision argument. Assuming that variable pi is declared as double precision (real(8)), you probably want:&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;pi = 2.0D0 * asin(1.0D0)&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I recommend using the generic asin rather than the specific dasin.&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Jun 2004 21:10:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786578#M30332</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2004-06-24T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: dasin statement</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786579#M30333</link>
      <description>i will use the generic asin.&lt;BR /&gt;&lt;BR /&gt;THX to Steve!</description>
      <pubDate>Thu, 24 Jun 2004 22:04:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/dasin-statement/m-p/786579#M30333</guid>
      <dc:creator>martin_muehlentien</dc:creator>
      <dc:date>2004-06-24T22:04:21Z</dc:date>
    </item>
  </channel>
</rss>

