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  

r_lg10.c File Reference

#include "f2c.h"
#include "mathh.h"

Go to the source code of this file.


Defines

#define log10e   0.43429448190325182765

Functions

double r_lg10 (real *x)

Define Documentation

#define log10e   0.43429448190325182765
 

Definition at line 3 of file r_lg10.c.

Referenced by r_lg10().


Function Documentation

double r_lg10 real   x
 

Definition at line 11 of file r_lg10.c.

References log10e.

Referenced by clset_(), set_(), zzlgin_(), and zzphys_().

00013 {
00014 return( log10e * log(*x) );
00015 }
 

Powered by Plone

This site conforms to the following standards: