Posts by Hélder Blunck Valentim • 11 points
1 post
-
0
votes1
answer118
viewsQ: Function returning Nan failing to perform the calculation
In a solar calculator, everything works, except the final value that returns Nan. Where is my error? function calcular(valorInformado) { ResultPotencia = parseFloat(valorInformado * 8.28 /…