25.06.2018, 01:18
Should be fine, /save probably just does to 4 decimal places, where float isn't inhibited by the decimals.
If you want your script to return the 4 decimal places, use %.4f, instead of just %f as the format specifier.
If you want your script to return the 4 decimal places, use %.4f, instead of just %f as the format specifier.