test
This commit is contained in:
@@ -356,7 +356,7 @@ uint64_t komodo_paxcorrelation(uint64_t *votes,int32_t numvotes,uint64_t seed)
|
||||
den = peggy_smooth_coeffs[j];
|
||||
densum += den;
|
||||
sum += (den * votes[(ind + j) % numvotes]);
|
||||
printf("%.8f ",(double)sum/densum);
|
||||
printf("(%llu/%llu %.8f) ",(long long)sum,(long long)densum,(double)sum/densum);
|
||||
}
|
||||
sum /= densum;
|
||||
//sum = (sum * basevolume);
|
||||
|
||||
Reference in New Issue
Block a user