Serghei Amelian wrote: > > Unde se gaseste functia round()? Ca in math.h nu este... > > Serghei.
In C nu exista functie round(x), asta se face la conversia implicita float -> int. Exista doar functiile floor(x) si ceil(x) care fac rotunjire in jos si respectiv in sus. -- Paul Chitescu [EMAIL PROTECTED] http://pchitescu.myip.org/ ICQ:22641673 Any spammers will be painfully squeezed into /dev/null --- Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to unsubscribe from this list.
