Function below doesn't give results that one would expect if format involves extra space, dot etc. ``` currency(12345.6789) ``` Two examples: 1. `kr 1,0.00` → `kr 12 345,6789` 2. `kr. 1,0.00` → `kr. 12.346` Both formats are default so it looks like something doesn't work as it should ;)