How do I do this? All help is appreciated! Would prefer a step by step tutorial but any help is ok :)
Let $h= g\circ f\circ g$ where $f \colon \mathbb R \to \mathbb Z$ is the floor function and $g \colon \mathbb R\to\mathbb R \colon x\mapsto -x$.
(i) Compute $h(3.4)$, $h(7)$ and $h(-1.3)$.
(ii) Describe what $h$ is doing to a general real number $x$.

Note that:
Therefore:
And as you can probably understand by now, $h(x)=\lceil{x}\rceil$.