function [ out ] = zeug( a,b,c,d)
%ZEUG Summary of this function goes here
%   Detailed explanation goes here

out=a*b+c*d;
end

