The R Project SVN R

Rev

Rev 11499 | Rev 42302 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11499 Rev 19500
Line 16... Line 16...
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
18
 *
18
 *
19
 *  SYNOPSIS
19
 *  SYNOPSIS
20
 *
20
 *
21
 *    #include "Rmath.h"
21
 *    #include <Rmath.h>
22
 *    double ftrunc(double x);
22
 *    double ftrunc(double x);
23
 *
23
 *
24
 *  DESCRIPTION
24
 *  DESCRIPTION
25
 *
25
 *
26
 *    Truncation toward zero.
26
 *    Truncation toward zero.