SiriusBrightstar
Results
1
comments of
SiriusBrightstar
> It's very simple that round `float` or `double` value before add to JSON > > ```c > double roundf_val(float input, int decimal) > { > int _pow = 1;...