Hi there,
someone asked me to support 4 or 5 digits after the comma in the formulas:
N xx° xx.xxxxx'
I never saw this in reallife, how often do you need this in your caching life?
[Question] Number of decimal digits
Your place for discussions around the addon
- Die Batzen
- Beiträge: 25
- Registriert: 8. Juni 2019, 10:21
Re: Number of decimal digits
Same experience, we never needed more than 3 digits.
Re: Number of decimal digits
Well, it depends. If the coordinate minutes are given as a division, it appears that the solver can‘t handle it if the result is a non-terminating decimal number. Example: N53 1B works if B = formula(1000/1250); result is N53 10.800. However, B = formula(1000/1300) gives no result... it would be nice if B = 0.769 (rounded), or even more decimal place were calculated, or if there was also a rounding function (to n decimal places)