Can an array be passed to a function to work on, g(f)? Or must one pass the elements of arrays, g(f[1],f[2])? Thanks.