Since 5/6/2012 1:46:56 PM, toto6038 has written 2 articles and participated in 4 conversations. toto6038 signature: toto6038
toto6038's articles:
Items(2) /1
qsort of malloc'ed structs533 (1/29/2006 6:02:18 PM) comp.lang.c Hi, I'm trying to sort structs defined as follows: struct combinationRec { float score; char* name; }; The number of structs and the length of the "name" field are not known at compile time. I've be... Bidule
Bug in Mathematica ?1023 (9/28/2005 5:58:54 AM) comp.soft-sys.math.mathematica Hi,
I've computed the following two expressions:
Integrate[Max[x, y], {x, 0, 1}, {y, 0, 1}]
NIntegrate[Max[x, y], {x, 0, 1}, {y, 0, 1}]
which result in very different numbers. When I calculate the int... Bidule
toto6038's replies:
Items(2) /1
Re: Re: Bug in Mathematica ?231 (10/1/2005 7:07:59 AM) comp.soft-sys.math.mathematica Version 5.0 gives different answers with NIntegrate and Integrate. However,
if you load the package Calculus`Integration, then both give the same
answer.
In[1]:=
$Version
Out[1]=
5.0 for Microsoft Wind... jose.luis.gomez(111)
qsort of malloc'ed structs533 (1/29/2006 6:02:18 PM) comp.lang.c Hi, I'm trying to sort structs defined as follows: struct combinationRec { float score; char* name; }; The number of structs and the length of the "name" field are not known at compile time. I've be... toto6038(6)