Kernel.is_float

You're seeing just the function is_float, go back to Kernel module for more information.

Specs

is_float(term()) :: boolean()

Returns true if term is a floating-point number; otherwise returns false.

Allowed in guard tests. Inlined by the compiler.