The naive height function of a rational number $x=\cfrac{m}{n}$ (in lowest terms) is defined as
$$H(x) = H\left(\frac{m}{n}\right) = \max\{|m|, |n|\} $$
However, $0$ can be denoted by $\frac{0}{1}, \frac{0}{2}, ...$
Then what's the value of $H(0)$? Is it 1, or undefined?