<div class="gmail_quote">On Tue, Jul 5, 2011 at 12:31 PM, James Fisher <span dir="ltr"><<a href="mailto:jameshfisher@gmail.com">jameshfisher@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div>Sorry, I didn't state this very clearly.  Multiplying the approximation of PI in std.math should yield the exact double of that approximation, as it should just involve increasing the exponent by 1.  However, [double the approximation of the constant] is not necessarily equal to [the approximation of double the constant].  Does that make sense?</div>

</div>
</blockquote></div><br><div>(I think this is why <a href="https://github.com/D-Programming-Language/phobos/blob/master/std/math.d#L206">the constants in math.d</a> are each defined separately rather than in terms of each other.)</div>