function [ff] = eeeeeevil(phi)

x = 0:.01:(phi-.0001);
y = 1 ./ (cos(x)-cos(phi));

ff = trapz(x,y);
