Construct _Complex_ from Integer
function fromInteger input Integer re; input Integer im = 1; output _Complex_ result; end fromInteger;