<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Graph Forums — atan2]]></title>
		<link>https://forum.padowan.dk/viewtopic.php?id=1181</link>
		<atom:link href="https://forum.padowan.dk/extern.php?action=feed&amp;tid=1181&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in atan2.]]></description>
		<lastBuildDate>Sat, 16 May 2020 22:56:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: atan2]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3409#p3409</link>
			<description><![CDATA[<p>Sorry for the delayed response. I have been a little busy.</p><p>You can add atan2 as a custom function in the <em>Function|Custom functions/constants</em> dialog:<br />atan2(y,x) = if(x&gt;0, atan(y/x), y&gt;0, pi/2 - atan(x/y), y&lt;0, -pi/2 - atan(x/y), x&lt;0, atan(y/x) + pi)</p><p>Alternatively if you don&#039;t want to add it every time you need it, you can create it in a plugin. I have attached a pugin that defines the atan2 function. You can install it with the Plugin Manager in the beta version of Graph 4.5.</p>]]></description>
			<author><![CDATA[null@example.com (Ivan Johansen)]]></author>
			<pubDate>Sat, 16 May 2020 22:56:10 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3409#p3409</guid>
		</item>
		<item>
			<title><![CDATA[atan2]]></title>
			<link>https://forum.padowan.dk/viewtopic.php?pid=3406#p3406</link>
			<description><![CDATA[<p>I have been using Graph for several years.</p><p>It is an incredibly useful software.&nbsp; </p><p>I have one major request that would substantially widen its usefulness for me :</p><p>Please implement the atan2(y,x) function.</p><p>Using atan(y/x) is NOT a work-around for this, because of domain issues.</p><p>Thank you !!</p>]]></description>
			<author><![CDATA[null@example.com (steve3712)]]></author>
			<pubDate>Thu, 07 May 2020 21:33:12 +0000</pubDate>
			<guid>https://forum.padowan.dk/viewtopic.php?pid=3406#p3406</guid>
		</item>
	</channel>
</rss>
