gluon/package/gluon-mesh-vpn-fastd/src
Jan-Philipp Litza f7eda9381f 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).
2016-05-26 17:38:36 +02:00
..
Makefile Convert gluon-announce Lua code to C modules, rename to gluon-respondd 2016-02-02 09:18:12 +01:00
respondd.c respondd modules: Use proper formatting of doubles 2016-05-26 17:38:36 +02:00