diff --git a/1.go b/1.go index 35aa00d..f8fa9cf 100644 --- a/1.go +++ b/1.go @@ -8,7 +8,7 @@ import ( ) func roundFloat(numero float64, precision uint) float64 { - radio := math.Pow(10, float64(precision)) + var radio = math.Pow(10, float64(precision)) var resultado = math.Round(numero*radio) / radio return resultado } diff --git a/7.html b/7.html new file mode 100644 index 0000000..9e18ac0 --- /dev/null +++ b/7.html @@ -0,0 +1,20 @@ + + +
+ + + + + +`) + //} + //document.writeln(` |
`); + } + document.writeln(` |