get_min_denominator#

ivy.get_min_denominator()[source]#

Get the global minimum denominator used by ivy for numerically stable division.

Return type:

float

Returns:

ret – The value of the global minimum denominator.

Examples

>>> x = ivy.get_min_denominator()
>>> print(x)
1e-12