You are viewing a single comment's thread. Return to all comments →
int pz = n / 2; int p2 = p / 2; int high = pz - p2; int low = p2 - 0; if(low < high) { return low; } else { return high; }
Seems like cookies are disabled on this browser, please enable them to open this website
Drawing Book
You are viewing a single comment's thread. Return to all comments →