num_str [terminology]
Terminology¶
Usage¶
- Use for a string that represents a number.
- It distinguishes the representation from an actual
intorfloat. - Prefer it over
numwhen the value's type is a string. - Prefer it over
reswhen the numeric-string meaning matters.