Robson Santiago Postado Julho 4, 2015 Denunciar Share Postado Julho 4, 2015 Bom dia Há dia estou tentando resolver esta questão aparentemente simples. Preciso que o código abaixo apresente como resultado um número inteiro No código abaixo VALORV: 500 VALORH: 8 Resultado: 20.833333 preciso que arredonde para 21 Preciso que o resultado seja um número inteiro se decimal > ou = a 5 arrendar para mais se decimal < que 5 arredondar para menos HTML <form method="POST" oninput="resultado.value= parseFloat(valor1.value)/parseFloat(valor2.value*3)"> <center> <br> <h5> <input type="button" style="font-family:arial; fonf-weight:bold; font-size:12pt; width:100px; height:45px; background-color: #F5EEEE" value="VALORV"> <input type="tel" id="valor1" style="font-family:arial; fonf-weight:bold; font-size:15pt; text-align:center; width:90px; height:45px; background-color: #F5EEEE;" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4}" required=""> <p> <br> <input type="button" style="font-family:arial; fonf-weight:bold; font-size:12pt; width:100px; height:45px; background-color: #F5EEEE" value="VALORH"> <input type="tel" id="valor2" style="font-family:arial; fonf-weight:bold; font-size:15pt; text-align:center; width:90px; height:45px; background-color: #F5EEEE" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4}" required=""> </p> <p> <br> </p><b>ADMX <input output="" name="resultado" for="valor1 valor2" style="font-family:arial; fonf-weight:bold; font-size:12pt; border:0; width:50px; height:50px; background-color: #2c697e;"> macrogotas/min <br> <br> <p></p> <input type="reset" style="font-family:arial; fonf-weight:bold; font-size:10pt; width:90px; height:35px; background-color: #E9ECF5" value="Limpar"></b></h5><b> </b> </center><b> </b> </form> </div><b> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 lowys Postado Julho 18, 2015 Denunciar Share Postado Julho 18, 2015 Em php, use a função roundhttp://php.net/manual/pt_BR/function.round.php Em JavaScript use Math.round()http://www.w3schools.com/jsref/jsref_round.asp Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Robson Santiago
Bom dia
Há dia estou tentando resolver esta questão aparentemente simples.
Preciso que o código abaixo apresente como resultado um número inteiro
No código abaixo
VALORV: 500
Preciso que o resultado seja um número inteiro
se decimal > ou = a 5 arrendar para mais
se decimal < que 5 arredondar para menos
<form method="POST" oninput="resultado.value=
<center>
<br>
<h5>
<input type="button" style="font-family:arial; fonf-weight:bold; font-size:12pt; width:100px; height:45px; background-color: #F5EEEE" value="VALORV">
<input type="tel" id="valor1" style="font-family:arial; fonf-weight:bold; font-size:15pt; text-align:center; width:90px; height:45px; background-color: #F5EEEE;" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4}" required="">
<p>
<br>
<input type="button" style="font-family:arial; fonf-weight:bold; font-size:12pt; width:100px; height:45px; background-color: #F5EEEE" value="VALORH">
<input type="tel" id="valor2" style="font-family:arial; fonf-weight:bold; font-size:15pt; text-align:center; width:90px; height:45px; background-color: #F5EEEE" pattern="\([0-9]{2}\)[\s][0-9]{4}-[0-9]{4}" required="">
</p>
<p>
<br>
</p><b>ADMX
<input output="" name="resultado" for="valor1 valor2" style="font-family:arial; fonf-weight:bold; font-size:12pt; border:0; width:50px; height:50px; background-color: #2c697e;"> macrogotas/min
<br>
<br>
<p></p>
<input type="reset" style="font-family:arial; fonf-weight:bold; font-size:10pt; width:90px; height:35px; background-color: #E9ECF5" value="Limpar"></b></h5><b>
</b>
</center><b>
</b>
</form>
</div><b>
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.