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  

i_nint.c File Reference

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

Go to the source code of this file.


Functions

integer i_nint (real *x)

Function Documentation

integer i_nint real   x
 

Definition at line 9 of file i_nint.c.

00011 {
00012 return( (*x)>=0 ?
00013         floor(*x + .5) : -floor(.5 - *x) );
00014 }
 

Powered by Plone

This site conforms to the following standards: