<div dir="ltr">Yes, but that asserts if they're not close.  This just returns a bool.<div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 5:57 PM, Ryan Gonzalez <span dir="ltr"><<a href="mailto:rymg19@gmail.com" target="_blank">rymg19@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Doesn't Python already have this with <a href="https://docs.python.org/3.4/library/unittest.html#unittest.TestCase.assertAlmostEqual" target="_blank">unittest.TestCase.assertAlmostEqual</a>?<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Sat, Feb 14, 2015 at 7:26 AM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><p dir="ltr">Hi,</p>
<p dir="ltr">Do you propose a builtin function? I would prefer to put it in the math module.</p>
<p dir="ltr">You may add a new method to unittest.TestCase? It would show all parameters on error. .assertTrue(isclose(...)) doesn't help on error.</p><span><font color="#888888">
<p dir="ltr">Victor</p></font></span></span></blockquote></div></div></blockquote></div></div></div></div></div>