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

#include "cdflib.h"

Go to the source code of this file.


Functions

double devlpl (double a[], int *n, double *x)

Function Documentation

double devlpl double    a[],
int *    n,
double *    x
 

Definition at line 2 of file cdf_37.c.

References a, devlpl(), and i.

Referenced by alngam(), devlpl(), dlanor(), dstrem(), dt1(), and stvaln().

00031 {
00032 static double devlpl,term;
00033 static int i;
00034 /*
00035      ..
00036      .. Executable Statements ..
00037 */
00038     term = a[*n-1];
00039     for(i= *n-1-1; i>=0; i--) term = a[i]+term**x;
00040     devlpl = term;
00041     return devlpl;
00042 } /* END */
 

Powered by Plone

This site conforms to the following standards: