<?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[tangens berchnen]]></title><description><![CDATA[<p>Hallöchen,<br />
habn nen prob schreib mir gerade nen tool zum berchnen von paar dingen und dafür bruach ich halt auch ne funktion die mir den tangens berechnet.</p>
<p>Hab dafür die atan(),atan2(),tan() und die tanh() gefunden.</p>
<p>Bei den lautet das ergebnis von tan 45° aber nicht 1.<br />
Ausser bei der tanh() da stimmen dann aber das ergebnis bei den anderen winkeln nicht. -.-</p>
<p>mfg beelze</p>
<pre><code class="language-cpp">double	m_erg;
double	m_Lange;
double	m_Winkel;

m_erg=(tan(m_Winkel));
</code></pre>
<p>p.s. das sollte ja so stimmen -.-</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/120787/tangens-berchnen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 28 Jun 2026 08:11:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120787.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Sep 2005 12:30:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 12:31:09 GMT]]></title><description><![CDATA[<p>Hallöchen,<br />
habn nen prob schreib mir gerade nen tool zum berchnen von paar dingen und dafür bruach ich halt auch ne funktion die mir den tangens berechnet.</p>
<p>Hab dafür die atan(),atan2(),tan() und die tanh() gefunden.</p>
<p>Bei den lautet das ergebnis von tan 45° aber nicht 1.<br />
Ausser bei der tanh() da stimmen dann aber das ergebnis bei den anderen winkeln nicht. -.-</p>
<p>mfg beelze</p>
<pre><code class="language-cpp">double	m_erg;
double	m_Lange;
double	m_Winkel;

m_erg=(tan(m_Winkel));
</code></pre>
<p>p.s. das sollte ja so stimmen -.-</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873648</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873648</guid><dc:creator><![CDATA[-*beelze*-]]></dc:creator><pubDate>Fri, 16 Sep 2005 12:31:09 GMT</pubDate></item><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 12:31:59 GMT]]></title><description><![CDATA[<p>du musst das ergebnis von bogenmaß in grad umrechnen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873651</guid><dc:creator><![CDATA[umrechnen!]]></dc:creator><pubDate>Fri, 16 Sep 2005 12:31:59 GMT</pubDate></item><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 12:35:14 GMT]]></title><description><![CDATA[<p>Bzw. umgekehrt: von Grad ins Bogenmaß.<br />
Die Winkelfunktionen erwarten den Winkel nämlich in Bogenmaß, nicht in Grad.</p>
<p>Umrechnung:</p>
<p>360° = 2*π<br />
π=3.14159265</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873656</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873656</guid><dc:creator><![CDATA[AndRo67]]></dc:creator><pubDate>Fri, 16 Sep 2005 12:35:14 GMT</pubDate></item><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 12:41:23 GMT]]></title><description><![CDATA[<p>danke!!!<br />
Aber versteh nich ganz wie du das meisnt bzw. wie ich das machn soll was muss ich den mit dem ergebnis machn was mir die funktion zurückliefert ???<br />
vll zur hilfe die funktion liefert folgenden wert zurück bei tan 45° :<br />
1.61977519054386</p>
<p>mfg beelze</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873660</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873660</guid><dc:creator><![CDATA[-*beelze*-]]></dc:creator><pubDate>Fri, 16 Sep 2005 12:41:23 GMT</pubDate></item><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 13:34:44 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">const double PI = 3.14159265;
double dBog = (2 * PI) / 360;	
double dErg = tan( dBog * 45 ); // 1.0
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/873706</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873706</guid><dc:creator><![CDATA[Airdamn]]></dc:creator><pubDate>Fri, 16 Sep 2005 13:34:44 GMT</pubDate></item><item><title><![CDATA[Reply to tangens berchnen on Fri, 16 Sep 2005 17:56:04 GMT]]></title><description><![CDATA[<p>danke!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873923</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873923</guid><dc:creator><![CDATA[-*beelze*-]]></dc:creator><pubDate>Fri, 16 Sep 2005 17:56:04 GMT</pubDate></item></channel></rss>