cpp_num_to_string: Numeric to String Conversion
Description
Formats numeric to string used for features, images, ... values conversion when exporting to xml.
Usage
cpp_num_to_string(x, precision = 16L)
Arguments
precision
number of significant decimal digits to keep when abs(x) < 1. Default is 15.