Sorry, list, no chemicals here. I just couldn&#39;t resist the title.<br><br>Last night I was answering a question on the forum that involved the constant &quot;e&quot;. To get e in chuck we go;<br><br>Math.e =&gt; float value;<br>
<br>However to get pi we go simply;<br><br>pi =&gt; float another_value;<br><br>This isn&#39;t exactly a major issue, compared to some of the other issues that we have but it does strike me as somewhat inconsistent. Is there a good reason for this? If not should we consider making this consistent, for example by stuffing pi in the Math library as well?<br>
<br>Yours,<br>Kas.<br>