Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sml_server: print values with the correct precision
If the scaler isn't -1, we should print a different number of digits behind the decimal point, e.g. if the scaler is -2 we should print "212.34" instead of "212.3". Fix this by making the precision depend on the scaler value.
- Loading branch information