Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

cdf_73.c File Reference

#include "cdflib.h"

Go to the source code of this file.


Functions

double fifdint (double a)

Function Documentation

double fifdint double    a
 

Definition at line 2 of file cdf_73.c.

References a.

Referenced by cumnor().

00004        :
00005 Truncates a double precision number to an integer and returns the
00006 value in a double.
00007 ************************************************************************/
00008 /* a     -     number to be truncated */
00009 {
00010   return (double) ((int) a);
} /* END */
 

Powered by Plone

This site conforms to the following standards: