Jean-Michel Vourgère wrote:
> Should we go DIFF8 instead of DIFF9 ? :/
Actually, 8 still is too much.
On hurd-i386 and armel, in xport1.json, we have a raw output of
"3.417131125e-02".
On hurd-i386:
> (sid_hurd-i386-dchroot)nirgal@exodar:$ echo "3.417131125e-02" | perl -p -e
> 's/([-+]?\d\.\d+e[-+]\d+)/sprintf("%0.8e",$1)/ge'
3.41713112e-02
On armel:
> (sid_armel-dchroot)nirgal@abel:$ echo "3.417131125e-02" | perl -p -e
> 's/([-+]?\d\.\d+e[-+]\d+)/sprintf("%0.8e",$1)/ge'
3.41713113e-02
*sigh* :)
--
Nirgal
_______________________________________________
rrd-developers mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers