Periodic Table Database Schema - v0.6.3
    Preparing search index...

    Type Alias AbsoluteUncertainty

    AbsoluteUncertainty: Expand<
        BaseUncertainty<ABSOLUTE> & RequireFrom<UncertaintyFields, "absolute">,
    >

    Represents an absolute error margin (e.g., ±0.05). Requires the presence of the 'absolute' field.