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

#include "cdflib.h"

Go to the source code of this file.


Functions

double fifdmax1 (double a, double b)

Function Documentation

double fifdmax1 double    a,
double    b
 

Definition at line 2 of file cdf_74.c.

References a.

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

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

Powered by Plone

This site conforms to the following standards: