Skip to content

is_decimal

relationalai.semantics.std.decimals
is_decimal(decimal: Concept) -> bool

Check if a concept represents a decimal number.

.. deprecated:: 0.13.0 Use numbers.is_number(decimal) <std.numbers.is_number> instead.

  • decimal

    (Concept) - The NumberConcept to check.
  • bool - True if the concept is a decimal number.