<?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[winkelfunktionen]]></title><description><![CDATA[<p>hallo bin anfänger</p>
<p>hab in c den cosinus einer zahl berechnen wollen, bekomme aber ganz andere werte als auf dem taschenrechner (der ist auch auf bogenmaß umgestellt)<br />
was mach ich falsch</p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;math.h&gt;</p>
<p>void main()<br />
{</p>
<p>double winkel,a;</p>
<p>printf(&quot;Berechnungen am Dreieck\n&quot;);<br />
printf(&quot;winkel alpha\n&quot;);<br />
scanf(&quot;%f&quot;, &amp;winkel);<br />
a = cos(winkel);<br />
printf(&quot;Cosinus=%f\n&quot;,a);</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/53493/winkelfunktionen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 08:35:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53493.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Oct 2003 15:55:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to winkelfunktionen on Wed, 29 Oct 2003 15:55:06 GMT]]></title><description><![CDATA[<p>hallo bin anfänger</p>
<p>hab in c den cosinus einer zahl berechnen wollen, bekomme aber ganz andere werte als auf dem taschenrechner (der ist auch auf bogenmaß umgestellt)<br />
was mach ich falsch</p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;math.h&gt;</p>
<p>void main()<br />
{</p>
<p>double winkel,a;</p>
<p>printf(&quot;Berechnungen am Dreieck\n&quot;);<br />
printf(&quot;winkel alpha\n&quot;);<br />
scanf(&quot;%f&quot;, &amp;winkel);<br />
a = cos(winkel);<br />
printf(&quot;Cosinus=%f\n&quot;,a);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/382057</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/382057</guid><dc:creator><![CDATA[thor960]]></dc:creator><pubDate>Wed, 29 Oct 2003 15:55:06 GMT</pubDate></item><item><title><![CDATA[Reply to winkelfunktionen on Wed, 29 Oct 2003 16:09:08 GMT]]></title><description><![CDATA[<p>Vielleicht solltest du winkel auch erstmal nen Wert zuweisen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/382062</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/382062</guid><dc:creator><![CDATA[Walli]]></dc:creator><pubDate>Wed, 29 Oct 2003 16:09:08 GMT</pubDate></item><item><title><![CDATA[Reply to winkelfunktionen on Thu, 30 Oct 2003 08:12:43 GMT]]></title><description><![CDATA[<p>MaSTaH schrieb:</p>
<blockquote>
<p>Vielleicht solltest du winkel auch erstmal nen Wert zuweisen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
</blockquote>
<p>der wert wird doch abgefragt und eingelesen denk ich</p>
]]></description><link>https://www.c-plusplus.net/forum/post/382364</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/382364</guid><dc:creator><![CDATA[thor960]]></dc:creator><pubDate>Thu, 30 Oct 2003 08:12:43 GMT</pubDate></item><item><title><![CDATA[Reply to winkelfunktionen on Thu, 30 Oct 2003 08:29:27 GMT]]></title><description><![CDATA[<p>Die cos Funktion erwartet Werte in Bogenmaß, hast Du das bedacht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/382372</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/382372</guid><dc:creator><![CDATA[Noodles]]></dc:creator><pubDate>Thu, 30 Oct 2003 08:29:27 GMT</pubDate></item></channel></rss>