is_float() kerdes
<?php
//primitiv feLkerekito script;)
$a = '1.23';
$b = '1.0';
$x = '1234';
$y_a = ($x*(1/$a));
echo "<br />Pontos eredmeny: $y_a";
if (is_float($y_a))
{
$y_a=$y_a+1;
$y_a= (int) $y_a;
}
echo "<br />Kerekites utan: $y_a";
$y_b = ($x*(1/$b));
echo "<br />Pontos eredmeny: $y_b";
if (is_float($y_b))
{
//miert fut bele ha a valtozo nem lebegopontos szam????
$y_b=$y_b+1;
$y_b= (int) $y_b;
}
echo "<br />Kerekites utan: $y_b";
?>
■ //primitiv feLkerekito script;)
$a = '1.23';
$b = '1.0';
$x = '1234';
$y_a = ($x*(1/$a));
echo "<br />Pontos eredmeny: $y_a";
if (is_float($y_a))
{
$y_a=$y_a+1;
$y_a= (int) $y_a;
}
echo "<br />Kerekites utan: $y_a";
$y_b = ($x*(1/$b));
echo "<br />Pontos eredmeny: $y_b";
if (is_float($y_b))
{
//miert fut bele ha a valtozo nem lebegopontos szam????
$y_b=$y_b+1;
$y_b= (int) $y_b;
}
echo "<br />Kerekites utan: $y_b";
?>
ceil();
lebegőpontos
lebegőpontos #
erre nem is gondoltam :)
kosszi a valaszt