Fixed left padding of the decimal part of the numbers.

This commit is contained in:
teixeluis
2021-06-24 15:10:06 +01:00
parent 93ce2b04c0
commit 22e8add4dd
3 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -160,7 +160,9 @@ int cpr_NL_approx(float lat) {
int cpr_NL(float lat) {
// TODO prove that the approximate function is good
// enough for the precision we need. Uncomment if
// that is true:
// that is true. No performance penalty was noticed
// from testing, but if you find it might be an issue,
// switch to cpr_NL_approx() instead:
//return cpr_NL_approx(lat);