Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.06 KB

sf-integer.md

File metadata and controls

41 lines (29 loc) · 1.06 KB
owner issue description source source_label base_type layout
mikekistler
structured fields integer as defined in [RFC8941]
RFC 8941
integer, number
default

{{ page.slug }} - {{ page.description }}

Base type: {{ page.base_type }}.

The {{page.slug}} format represents a structured fields integer as defined in RFC8941.

sf-integer = ["-"] 1*15DIGIT

Integers have a range of -999,999,999,999,999 to 999,999,999,999,999 inclusive (i.e., up to fifteen digits, signed), for IEEE 754 compatibility IEEE754.

This format is appropriate for a header value that must conform to the {{page.slug}} structured field definition.

{% if page.issue %}

GitHub Issue

{% if page.remarks %}

Remarks

{{ page.remarks }} {% endif %}