function EExecAB(M,V,W,Att,Sg1,Sg2) { var S = {Re:0, Im:0} Result=false if (V.OB=="C") { S.Re=Math.sin(V.C.Re)*Sg1; S.Im=0; S=CompMul(S,W); S=CompMul(S,MCompl(Sg1*Sg2,0)) TOChisl_Create(M,S,Att); } else { TOEmpty_Create(M,Att); } Result=true return Result } // EExecAB