the toFixed(2) method is returning my result multiplied by two, rather than returning the result with to digits after a point code example
Example: javascript convert int to float with 2 decimal places
float_num.toFixed(2);
float_num.toFixed(2);