Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (!$row['pokusu'] >= 1) {
  2. $vyp_odezv_ano = 0 ;
  3. }
  4. else {
  5. $vyp_1procen = bcdiv($row['pokusu'],100,2) ;
  6. $vyp_odezv_ano = bcdiv($row['odezv_ano'],$vyp_1procen,2);
  7. }
Add Comment
Please, Sign In to add comment