Skip to content

size

relationalai.semantics.std.decimals
size(decimal: Concept) -> int

Get the size (in bytes) of a decimal concept.

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

  • decimal

    (Concept) - The NumberConcept to query.
  • int - The size in bytes of the decimal.