Unverified Commit 9cade472 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Review double-precision format string from %g to %f. (#368)

* Review double-precision format string from %g to %f.

That's apparently how to write double-precision integer values without
loosing precision.

* Use fmod() to determine if the float value is an integer.
parent d81144db
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment