get_min_base#

ivy.get_min_base()[source]#

Get the global minimum base used by ivy for numerically stable power raising.

Return type:

float

Returns:

ret – Global minimum base number

Examples

>>> x = ivy.get_min_base()
>>> print(x)
1e-05