Construct _Complex_ from Boolean
function fromBoolean input Boolean re; input Boolean im = false; output _Complex_ result; end fromBoolean;