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  

d_lg10.c

Go to the documentation of this file.
00001 #include "f2c.h"
00002 
00003 #define log10e 0.43429448190325182765
00004 
00005 #ifdef KR_headers
00006 double log();
00007 double d_lg10(x) doublereal *x;
00008 #else
00009 #undef abs
00010 #include "mathh.h"
00011 double d_lg10(doublereal *x)
00012 #endif
00013 {
00014 return( log10e * log(*x) );
00015 }
 

Powered by Plone

This site conforms to the following standards: