!{count assign="count_d" data="$c_o_data"}!
!{math equation="x" x=$count_d*0.6 assign="count_d_p60"}!
lub z zaokrąglenie
!{math equation="floor(x)" x=$count_d/2 assign="count_d2"}!
!{count assign="count_d" data="$c_o_data"}!
!{math equation="x" x=$count_d*0.6 assign="count_d_p60"}!
lub z zaokrąglenie
!{math equation="floor(x)" x=$count_d/2 assign="count_d2"}!
!{count assign="count_d" data="$c_o_data"}!
!{math equation="floor(x)" x=$count_d/2 assign="count_d2"}!
Number.prototype.ro = function (prec) {
if (isNaN(prec)) prec = 1000000;
return Math.round(this * prec) / prec;
}
alert(n_height);
---------------------------
Windows Internet Explorer
---------------------------
811.267175572519
---------------------------
OK
---------------------------
n=(Math.ceil(n_height*100))/100;
alert(n);
---------------------------
Windows Internet Explorer
---------------------------
811.27
---------------------------
OK
---------------------------
n_height = parseInt(n_height);
---------------------------
Windows Internet Explorer
---------------------------
811
---------------------------
OK
---------------------------