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_77.c File Reference

#include "cdflib.h"

Go to the source code of this file.


Functions

long fifidint (double a)

Function Documentation

long fifidint double    a
 

Definition at line 2 of file cdf_77.c.

References a.

Referenced by alngam(), cumchn(), gratio(), psi(), and Xgamm().

00004         :
00005 Truncates a double precision number to a long integer
00006 ************************************************************************/
00007 /* a - number to be truncated */
00008 {
00009   if (a < 1.0) return (long) 0;
00010   else return (long) a;
} /* END */
 

Powered by Plone

This site conforms to the following standards: