LINUX.ORG.RU

double pi=3.14159
int pi_in_army=(int)pi;
/* вообщем-то просто приведение к целому типу обрезает дробную часть */


MKuznetsov ★★★★★
()

TRUNC(3)                   Linux Programmer's Manual                  TRUNC(3)

NAME
       trunc, truncf, truncl - round to integer, towards zero

SYNOPSIS
       #include <math.h>

       double trunc(double x);
       float truncf(float x);
       long double truncl(long double x);

       Compile with -std=c99; link with -lm.

DESCRIPTION
       These  functions  round x to the nearest integer not larger in absolute
       value.

RETURN VALUE
       The rounded integer value.  If x is integral, infinite or NaN, x itself
       is returned

elzhov
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.