function y = pembagi(x) if x == 0 y = 0; else y = 2*pi/x; end