hi, I'm trying to develop a pcell. I have an expression like: if(n>>1 then tmp = foo/(n-1)) When compiling, i have an error message: *Error* quotient: Attempted to divide by zero - (0.0 0) how to solve this problem ? Thanks ^^