|
|
|
|
|
by forgetfulness
1936 days ago
|
|
Floating point math was devised to be used in numerical methods that are applied iteratively, like gradient descent. In that world what you are always doing is "converging" to solutions step by step, and a negative or positive zero can tell you which direction you're converging from. |
|