Pthreads to compute PiYes you are right, i am having an issue while returning, it says error in converting double to void,...
Pthreads to compute PiHow about this one, i have returned the value and calculated at the end, but still there is some syn...
Pthreads to compute PiActually i am getting the result as: value[0] = 0 value[1] = 0 value[2] = 0 value[3] = 0
Pthreads to compute PiThats a pretty good explanation, i finally got it and trying to change the code and it looks like: [...
Pthreads to compute Pi[code] If i use just this particular thing: double distance = (xValue * xValue) + (yValue * yValue)...