Handy tip: You can use the Kernel version of mathematical operators in a pipeline.

data
|> Kernel.+(4)
|> Kernel.*(4)
|> Kernel./(5)