Skip to content
Snippets Groups Projects
Commit f7eda938 authored by Jan-Philipp Litza's avatar Jan-Philipp Litza
Browse files

respondd modules: Use proper formatting of doubles

Most doubles that are delivered via respondd have limited input
precision, but are converted with up to 17 digits of precision. That can
cause ugly blowups like 0.2800000000000001 in the output, which is
avoided by specifying better format strings (like "%.2f" in most cases).
parent 4c097837
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment