<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=4&amp;t=12822&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2015-09-02T07:10:06+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=4&amp;t=12822&amp;mode</id>
<entry>
<author><name><![CDATA[kamcio326]]></name></author>
<updated>2015-09-02T07:10:06+01:00</updated>
<published>2015-09-02T07:10:06+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138914#p138914</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138914#p138914"/>
<title type="html"><![CDATA[Re: obliczanie funkcji trygonometrycznych w C]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138914#p138914"><![CDATA[
Próbowałem tej funkcji i działa poprawnie przynajmniej na kompilatorze c++ online bo w tej chwili nie mam dostępu do innego <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><br /><br />[syntax=cpp]#include &lt;iostream&gt;<br />#include &lt;math.h&gt;<br />using namespace std;<br />#define PI 3.14159265<br />int main()<br />{<br />    double wynik =  atan2(1, 2);<br />   cout &lt;&lt; &quot;wynik: &quot;&lt;&lt; wynik*180/PI &lt;&lt; endl; <br />   <br />   return 0;<br />}[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10328">kamcio326</a> — 2 wrz 2015, o 07:10</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[GWozdz]]></name></author>
<updated>2015-09-01T20:16:58+01:00</updated>
<published>2015-09-01T20:16:58+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138891#p138891</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138891#p138891"/>
<title type="html"><![CDATA[obliczanie funkcji trygonometrycznych w C]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=12822&amp;p=138891#p138891"><![CDATA[
cześć<br />chciałem obliczyć arctan ilorazu dwóch liczb typu double<br />korzystałem z funkcji :  double atan2(double y, double x);<br />i oczywiście dołączyłem: #include &lt;math.h&gt;<br /><br />w wyniku otrzymuje tylko iloraz y/x<br />Co robię źle?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=5871">GWozdz</a> — 1 wrz 2015, o 20:16</p><hr />
]]></content>
</entry>
</feed>