Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 879 Bytes

sf-integer.md

File metadata and controls

37 lines (26 loc) · 879 Bytes
owner issue description base_type layout
mikekistler
structured fields integer as defined in [RFC 8941]
integer
default

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

Base type: {{ page.base_type }}.

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

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.

{% if page.issue %}

GitHub Issue

{% if page.remarks %}

Remarks

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