Constructs an exact decimal type from a built in number
the number to convert to exact decimal
Note: Using float types for construction is less accurate than using a string representation due to floating point inaccuracy. If possible, it's always better to use string construction.
See Implementation
Constructs an exact decimal type from a built in number