fix_negative_zero#

static MathUtils.fix_negative_zero(value)#

Fix the negative zero. It supports lists (and nested lists).

Parameters:
valuefloat, List

Value to be fixed.

Returns:
float, List

Fixed value.