is_float Function

public function is_float(obj)

Checks if object is a Python float.

Arguments

Type IntentOptional AttributesName
class(object), intent(in) :: obj

The object to check.

Return Value logical