Turn a number into a string, with support for specifying precision (unlike std::to_string).
Function numToString
#include <Geode/utils/general.hpp>Numnum
,size_tprecision
)num
Number to convert to string
precision
Precision of the converted number
Number as string
ℹ Precision has no effect on integers