<div dir="ltr">On Sun, Jun 10, 2018 at 11:26 AM, Robert Vanden Eynde <span dir="ltr"><<a href="mailto:robertvandeneynde@hotmail.com" target="_blank">robertvandeneynde@hotmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<div dir="auto">
<div class="gmail_quote" dir="auto">
<div dir="ltr">I agree that a big python library is more close to the standard python lib than matlab. However, helping transition from matlab is a great concern in the python scientific community, because matlab is used is a lot of engineering classes at University.<br>
</div>
<div dir="auto">
<div dir="auto"><br>
</div>
<div dir="auto">That's a tough call hmmm.</div>
</div></div></div></div></blockquote><div><br></div><div>not really -- if you are moving from matlab to python, you are going to be using numpy and scipy -- we really don't need to spell similar functionality differently than scipy does.<br><br></div><div>In regard to the "special values", and exact results -- a good math lib should return results that are "exact" in all but maybe the last digit stored. So you could check inputs and outputs with, e.g. math.isclose() to give people the "exact" results. -- and keep it all in floating point.<br><br></div><div>-CHB<br><br></div></div><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>