<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[sqrt benutzen aber wie? Selbst bei msdn steht nicht die Syntax]]></title><description><![CDATA[<p>Hallo und guten Abend liebe Gemeinde.</p>
<p>Ich wollte in einem Programm die Wurzel aus drei berechnen lassen. Bei der Recherche nach der richtigen Syntax habe ich zwar lesen können, was alles in &lt;cmath&gt; ist, aber die richtige Syntax weiß ich immer noch nicht.</p>
<p>Für alle, die es interessiert, hier der Link, den ich gefunden habe:</p>
<p><a href="http://msdn.microsoft.com/de-de/library/vstudio/7wsh95e5.aspx" rel="nofollow">http://msdn.microsoft.com/de-de/library/vstudio/7wsh95e5.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/308688/sqrt-benutzen-aber-wie-selbst-bei-msdn-steht-nicht-die-syntax</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 17:13:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/308688.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Oct 2012 17:18:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sqrt benutzen aber wie? Selbst bei msdn steht nicht die Syntax on Tue, 02 Oct 2012 17:18:47 GMT]]></title><description><![CDATA[<p>Hallo und guten Abend liebe Gemeinde.</p>
<p>Ich wollte in einem Programm die Wurzel aus drei berechnen lassen. Bei der Recherche nach der richtigen Syntax habe ich zwar lesen können, was alles in &lt;cmath&gt; ist, aber die richtige Syntax weiß ich immer noch nicht.</p>
<p>Für alle, die es interessiert, hier der Link, den ich gefunden habe:</p>
<p><a href="http://msdn.microsoft.com/de-de/library/vstudio/7wsh95e5.aspx" rel="nofollow">http://msdn.microsoft.com/de-de/library/vstudio/7wsh95e5.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2256571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2256571</guid><dc:creator><![CDATA[silent_max]]></dc:creator><pubDate>Tue, 02 Oct 2012 17:18:47 GMT</pubDate></item><item><title><![CDATA[Reply to sqrt benutzen aber wie? Selbst bei msdn steht nicht die Syntax on Tue, 02 Oct 2012 17:20:21 GMT]]></title><description><![CDATA[<p>Benutze eine ordentliche Referenzseite: <a href="http://www.cplusplus.com/reference/" rel="nofollow">www.cplusplus.com/reference/</a></p>
<p><a href="http://www.cplusplus.com/reference/clibrary/cmath/sqrt/" rel="nofollow">http://www.cplusplus.com/reference/clibrary/cmath/sqrt/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2256573</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2256573</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Tue, 02 Oct 2012 17:20:21 GMT</pubDate></item><item><title><![CDATA[Reply to sqrt benutzen aber wie? Selbst bei msdn steht nicht die Syntax on Tue, 02 Oct 2012 17:21:07 GMT]]></title><description><![CDATA[<p>Nimm doch eine ordentliche Referenz:<br />
<a href="http://www.cplusplus.com/reference/std/complex/sqrt/" rel="nofollow">http://www.cplusplus.com/reference/std/complex/sqrt/</a><br />
<a href="http://en.cppreference.com/w/cpp/numeric/math/sqrt" rel="nofollow">http://en.cppreference.com/w/cpp/numeric/math/sqrt</a></p>
<p>Von<br />
<strong><a href="http://cplusplus.com/reference" rel="nofollow">cplusplus.com/reference</a></strong><br />
und<br />
<strong><a href="http://cppreference.com" rel="nofollow">cppreference.com</a></strong></p>
<p>sind beides meine Favoriten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Aufruf ist sehr simpel:</p>
<pre><code class="language-cpp">sqrt(3)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2256575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2256575</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Tue, 02 Oct 2012 17:21:07 GMT</pubDate></item><item><title><![CDATA[Reply to sqrt benutzen aber wie? Selbst bei msdn steht nicht die Syntax on Tue, 02 Oct 2012 17:22:05 GMT]]></title><description><![CDATA[<p>out schrieb:</p>
<blockquote>
<p>Benutze eine ordentliche Referenzseite: <a href="http://www.cplusplus.com/reference/" rel="nofollow">www.cplusplus.com/reference/</a></p>
<p><a href="http://www.cplusplus.com/reference/clibrary/cmath/sqrt/" rel="nofollow">http://www.cplusplus.com/reference/clibrary/cmath/sqrt/</a></p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2256577</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2256577</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Tue, 02 Oct 2012 17:22:05 GMT</pubDate></item></channel></rss>