1. Decimal Parsing
Cedar decimals use a fixed-point representation over Int64, with a scale factor of 10⁴ (4 digits after the decimal point). For example, the value 1.2345 is stored as the integer 12345.
Cedar decimals use a fixed-point representation over Int64, with a scale factor of 10⁴ (4 digits after the decimal point). For example, the value 1.2345 is stored as the integer 12345.