[Numpy-discussion] numpy quad and maple

2014-05-09 Thread Ihab Riad
Hi, I did the following integral with numpy quad quad(lambda h: np.exp(-.5*2334.0090702455204-1936.9610182100055*5*log10(h)-(12.5*2132.5498892927189)*log10(h)*log10(h)),0,inf) and I get the following values (1.8368139214123403e-126, 3.3631976081491865e-126). When I do the integral with maple a

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-05-09 Thread Carl Kleffner
this is from: http://gcc.gnu.org/onlinedocs/gcc/X86-Built-in-Functions.html // ifunc resolvers fire before constructors, explicitly call the init function. __builtin_cpu_init (); if (__builtin_cpu_supports ("ssse2")) else Cheers, Carl 2014-05-09 13:06 GMT+02:00 David Courna

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-05-09 Thread David Cournapeau
On Fri, May 9, 2014 at 11:49 AM, Julian Taylor < jtaylor.deb...@googlemail.com> wrote: > On 09.05.2014 12:42, David Cournapeau wrote: > > > > > > > > On Fri, May 9, 2014 at 1:51 AM, Matthew Brett > > wrote: > > > > Hi, > > > > On Mon, Apr 28, 2014 at 3:29 P

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-05-09 Thread Julian Taylor
On 09.05.2014 12:42, David Cournapeau wrote: > > > > On Fri, May 9, 2014 at 1:51 AM, Matthew Brett > wrote: > > Hi, > > On Mon, Apr 28, 2014 at 3:29 PM, David Cournapeau > mailto:courn...@gmail.com>> wrote: > > > > > > > > On Sun, Ap

Re: [Numpy-discussion] 64-bit windows numpy / scipy wheels for testing

2014-05-09 Thread David Cournapeau
On Fri, May 9, 2014 at 1:51 AM, Matthew Brett wrote: > Hi, > > On Mon, Apr 28, 2014 at 3:29 PM, David Cournapeau > wrote: > > > > > > > > On Sun, Apr 27, 2014 at 11:50 PM, Matthew Brett > > > wrote: > >> > >> Aha, > >> > >> On Sun, Apr 27, 2014 at 3:19 PM, Matthew Brett > > >> wrote: > >> > Hi,