I've been studying low-level hardware implementations of floating point numbers and doing an exercise to design a custom floating point implementation.
I know that being able to represent negative zero is important for some purposes, but ran across a curious question.
Complex numbers are generally represented by two floating point numbers. Is there any use in being able to represent negative zero on the imaginary line? Does anybody use this for anything?