Skip to content

ScaledNumber

relationalai.semantics.frontend.core
ScaledNumber = Core.Type('ScaledNumber', super_types=[Number])

A numeric concept type whose precision and scale are inferred from operands.

This is used as the result type for operations like multiplication and division, where the output number type depends on the input number types.