Function: int-to-string

int-to-string is a for number-to-string, defined in data.c.

Signature

(int-to-string NUMBER)

Documentation

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.

Aliases

int-to-string