...of up to 15 significant digits. It is less precise than C# 0 Decimal, but it is also faster.
* `decimal`: The `decimal` data type is a fixed-point data type that represents a signed decimal number with a precision of up to 28 significant digits. It is more precise than `double`, but it is...