{$DS.}Function FFORMA3D14(L1,L2,D) X=L1/D Y=L2/D A=(X*Y)/(sqrt(1+X^2+Y^2+X^2+Y^2)) FFORMA3D14=(1/(4*pi))*arcsin(A)*Convert(deg,rad) End