<?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[Winkelmaß  in tan umrechnen????]]></title><description><![CDATA[<p>Hi, habe folgendes Problem,</p>
<p>ich möchte einen bestimmten winkel z.B 36,86 in tan umwandeln, mit dem Taschenrechner bekomme ich 0,75 heraus.</p>
<p>Aber bei MV c++ kommt nur -1,09 raus, irgendwie Fragwürdig???<br />
könnt ihr mir bitte weiterhelfen?<br />
danke</p>
<p>[code]<br />
long double winkel = acos(eingabe);<br />
cout&lt;&lt;winkel&lt;&lt;endl;</p>
<p>ergebniss= (winkel*180/pi);<br />
cout&lt;&lt;ergebniss&lt;&lt;endl;</p>
<p>ergebniss2= tan(ergebniss);</p>
<p>cout&lt;&lt;ergebniss2&lt;&lt;endl;</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/205110/winkelmaß-in-tan-umrechnen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 15:10:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/205110.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Feb 2008 16:42:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Winkelmaß  in tan umrechnen???? on Sun, 10 Feb 2008 16:42:08 GMT]]></title><description><![CDATA[<p>Hi, habe folgendes Problem,</p>
<p>ich möchte einen bestimmten winkel z.B 36,86 in tan umwandeln, mit dem Taschenrechner bekomme ich 0,75 heraus.</p>
<p>Aber bei MV c++ kommt nur -1,09 raus, irgendwie Fragwürdig???<br />
könnt ihr mir bitte weiterhelfen?<br />
danke</p>
<p>[code]<br />
long double winkel = acos(eingabe);<br />
cout&lt;&lt;winkel&lt;&lt;endl;</p>
<p>ergebniss= (winkel*180/pi);<br />
cout&lt;&lt;ergebniss&lt;&lt;endl;</p>
<p>ergebniss2= tan(ergebniss);</p>
<p>cout&lt;&lt;ergebniss2&lt;&lt;endl;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1453158</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1453158</guid><dc:creator><![CDATA[C6]]></dc:creator><pubDate>Sun, 10 Feb 2008 16:42:08 GMT</pubDate></item><item><title><![CDATA[Reply to Winkelmaß  in tan umrechnen???? on Sun, 10 Feb 2008 17:35:53 GMT]]></title><description><![CDATA[<p>tan erwartet wie alle anderen trigonometrischen funktionen ein bogenmaß-Wert als parameter.</p>
<p>Deshalb ist diese Zeile</p>
<blockquote>
<p>ergebniss= (winkel*180/pi);</p>
</blockquote>
<p>falsch, da hier von bogenmaß in gradmaß umgewandelt wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1453188</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1453188</guid><dc:creator><![CDATA[Heinzelotto]]></dc:creator><pubDate>Sun, 10 Feb 2008 17:35:53 GMT</pubDate></item><item><title><![CDATA[Reply to Winkelmaß  in tan umrechnen???? on Sun, 10 Feb 2008 19:00:53 GMT]]></title><description><![CDATA[<p>jo hab meinen fehler entdeckt, funktioniert, vielen dank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1453253</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1453253</guid><dc:creator><![CDATA[C6]]></dc:creator><pubDate>Sun, 10 Feb 2008 19:00:53 GMT</pubDate></item></channel></rss>