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

#include "cdflib.h"

Go to the source code of this file.


Functions

double fifdmin1 (double a, double b)

Function Documentation

double fifdmin1 double    a,
double    b
 

Definition at line 2 of file cdf_75.c.

References a.

Referenced by bcorr(), betaln(), bpser(), bratio(), brcmp1(), brcomp(), dbetrm(), dlnbet(), E0000(), and psi().

00004         :
00005 returns the minimum of two numbers a and b
00006 ************************************************************************/
00007 /* a     -     first number */
00008 /* b     -     second number */
00009 {
00010   if (a < b) return a;
00011   else return b;
} /* END */
 

Powered by Plone

This site conforms to the following standards: