


<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>DBO Forums - I don&#039;t think they calculated it… just Ks and Ds</title>
<link>https://destiny.bungie.org/forum/</link>
<description>Bungie.Org talks Destiny</description>
<language>en</language>
<item>
<title>I don&#039;t think they calculated it… just Ks and Ds (reply)</title>
<content:encoded><![CDATA[- No text -]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38939</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38939</guid>
<pubDate>Tue, 30 Sep 2014 23:35:06 +0000</pubDate>
<category>Destiny</category><dc:creator>Beorn</dc:creator>
</item>
<item>
<title>How did the Halos handle it? (reply)</title>
<content:encoded><![CDATA[- No text -]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38809</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38809</guid>
<pubDate>Tue, 30 Sep 2014 14:38:53 +0000</pubDate>
<category>Destiny</category><dc:creator>ZackDark</dc:creator>
</item>
<item>
<title>how this probably went down (reply)</title>
<content:encoded><![CDATA[<blockquote><p>What's going on here?</p>
<p>I finished a match with 18 kills and 1 death. K/D reported as 18.0 as it should. Later, I finished with 18 kills and ZERO deaths. This should produce a nonsensical ratio given the division by zero, but it also displayed as 18.0.</p>
<p>What's going on here? How can the same number of kills but one more death result in the same K/D ratio?</p>
</blockquote><p>Here's how this went down.</p>
<p>&quot;Tester: Hey I went 18-0 and the game crashed with a divide by zero exception!&quot;<br />
&quot;Programmer: fixed: if (deaths == 0) deaths++&quot;<br />
&quot;Designer: I'm cool with it.&quot;</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38802</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38802</guid>
<pubDate>Tue, 30 Sep 2014 13:50:20 +0000</pubDate>
<category>Destiny</category><dc:creator>electricpirate</dc:creator>
</item>
<item>
<title>#include isnotcanon.h (reply)</title>
<content:encoded><![CDATA[- No text -]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38774</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38774</guid>
<pubDate>Tue, 30 Sep 2014 02:46:32 +0000</pubDate>
<category>Destiny</category><dc:creator>Beorn</dc:creator>
</item>
<item>
<title>Interesting Math for K/D (reply)</title>
<content:encoded><![CDATA[<p>I was about to post this exact thing but you beat me to it : )<br />
Good on ya.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38773</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38773</guid>
<pubDate>Tue, 30 Sep 2014 02:45:33 +0000</pubDate>
<category>Destiny</category><dc:creator>Monochron</dc:creator>
</item>
<item>
<title>Interesting Math for K/D (reply)</title>
<content:encoded><![CDATA[<p>// Cody Miller will probably complain, but whatever</p>
<p>Nah. They just put that right at the top of the very first file.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38770</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38770</guid>
<pubDate>Tue, 30 Sep 2014 02:42:42 +0000</pubDate>
<category>Destiny</category><dc:creator>Ragashingo</dc:creator>
</item>
<item>
<title>Interesting Math for K/D (reply)</title>
<content:encoded><![CDATA[<blockquote><p>ZERO deaths</p>
</blockquote><p>Every man dies.</p>
<p>Not every man really lives to get 18 kills.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38769</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38769</guid>
<pubDate>Tue, 30 Sep 2014 02:39:06 +0000</pubDate>
<category>Destiny</category><dc:creator>ncsuDuncan</dc:creator>
</item>
<item>
<title>I was thinking about that the other day (reply)</title>
<content:encoded><![CDATA[<blockquote><p>I thought it would divide by 2 if you died once. You know, kills per life, averaged. Guess not...</p>
</blockquote><p>People would refer to kills per life as the K/L ratio, not K/D.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38765</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38765</guid>
<pubDate>Tue, 30 Sep 2014 02:34:43 +0000</pubDate>
<category>Destiny</category><dc:creator>uberfoop</dc:creator>
</item>
<item>
<title>Interesting Math for K/D (reply)</title>
<content:encoded><![CDATA[<blockquote><p>What's going on here?</p>
</blockquote><pre><code>// I hate dealing with edge cases

if(player.deaths==0)
{
   player.kd = player.kills; // Cody Miller will probably complain, but whatever
}
else
{
   player.kd = player.kills / player.deaths;
}</code></pre>]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38764</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38764</guid>
<pubDate>Tue, 30 Sep 2014 02:30:06 +0000</pubDate>
<category>Destiny</category><dc:creator>uberfoop</dc:creator>
</item>
<item>
<title>I was thinking about that the other day (reply)</title>
<content:encoded><![CDATA[<blockquote><p>I thought it would divide by 2 if you died once. You know, kills per life, averaged. Guess not...</p>
</blockquote><p>Nope. You can confirm given it gives you 1.0 if you have equal kills and deaths.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38762</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38762</guid>
<pubDate>Tue, 30 Sep 2014 01:43:40 +0000</pubDate>
<category>Destiny</category><dc:creator>Cody Miller</dc:creator>
</item>
<item>
<title>I was thinking about that the other day (reply)</title>
<content:encoded><![CDATA[<p>Most FPS games I've played seem to do this.</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38760</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38760</guid>
<pubDate>Tue, 30 Sep 2014 01:42:45 +0000</pubDate>
<category>Destiny</category><dc:creator>Blue_Blazer_NZ</dc:creator>
</item>
<item>
<title>I was thinking about that the other day (reply)</title>
<content:encoded><![CDATA[<p>I thought it would divide by 2 if you died once. You know, kills per life, averaged. Guess not...</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38757</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38757</guid>
<pubDate>Tue, 30 Sep 2014 01:37:58 +0000</pubDate>
<category>Destiny</category><dc:creator>ZackDark</dc:creator>
</item>
<item>
<title>Interesting Math for K/D</title>
<content:encoded><![CDATA[<p>What's going on here?</p>
<p>I finished a match with 18 kills and 1 death. K/D reported as 18.0 as it should. Later, I finished with 18 kills and ZERO deaths. This should produce a nonsensical ratio given the division by zero, but it also displayed as 18.0.</p>
<p>What's going on here? How can the same number of kills but one more death result in the same K/D ratio?</p>
]]></content:encoded>
<link>https://destiny.bungie.org/forum/index.php?id=38756</link>
<guid>https://destiny.bungie.org/forum/index.php?id=38756</guid>
<pubDate>Tue, 30 Sep 2014 01:34:55 +0000</pubDate>
<category>Destiny</category><dc:creator>Cody Miller</dc:creator>
</item>
</channel>
</rss>
