in reply to Re^4: ' or no?
in thread ' or no?
Decimal is a string representation of a number, so no. The number is stored in the machine's native format for signed integers and/or the machine's native format for real numbers.
Note: The decimal representation of a number is sometimes present in the scalar for efficiency reasons. However, that's only used when the number needs to be converted to a string and not when doing any type of mathematical operation.
|
|---|