check_float#

ivy.check_float(x)[source]#

Check if the input is a float or a float-like object.

Parameters:

x (Any) – Input to check.

Return type:

bool

Returns:

ret – “True” if the input is a float or a float-like object, otherwise “False”.