Decimal
Fixed-precision decimal values for financial and high-precision computations
Syntax
decimal = decimalValue | scientificDecimal
decimalValue = ["-" | "+"] digit+ ["." digit+] "m"
scientificDecimal = decimalValue ("e" | "E") ["-" | "+"] digit+
digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"Structural Characters
Symbol
Name
Unicode
Description
Valid Forms
Basic Decimal Values
Scientific Notation
Optional Behaviors
Fixed-Precision Arithmetic
Precision and Scale
Empty Representation
Invalid Forms
Preservation of Structure
See Also
Last updated
Was this helpful?
