erogenousbeef-zz opened this issue 10 years ago ยท 0 comments
StaticUtils.java line 251 is:
float divisor = letterIdx * 1000f;
Should be:
float divisor = Math.pow(1000, letterIdx);