number-to-string
number-to-string is a built-in function in `C source code
'.
(number-to-string NUMBER)
Return the decimal representation of NUMBER as a string.
Uses a minus sign if negative.
NUMBER may be an integer or a floating point number.
C source code
'.
(number-to-string NUMBER)
Return the decimal representation of NUMBER as a string.
Uses a minus sign if negative.
NUMBER may be an integer or a floating point number.