Open joshbtn opened 11 years ago
Error as reported here, http://maran-emil.de/nodes/7-tools-for-better-excel-into-javascript-formula-conversion
=ROUND((P12/100+1)^(1/P13-1),6)
Expected: ROUND(Math.Pow(P12 / 100 + 1, 1 / P13 - 1)), 6)
Starting work on this issue. Back on this project after a long Hiatus
Error as reported here, http://maran-emil.de/nodes/7-tools-for-better-excel-into-javascript-formula-conversion
=ROUND((P12/100+1)^(1/P13-1),6)
Expected: ROUND(Math.Pow(P12 / 100 + 1, 1 / P13 - 1)), 6)