my_ipow.h

00001 
00002 /*---------------------------------------------------------------------------
00003    
00004    File name    :   ipow.h
00005    Author       :   N. Devillard
00006    Created on   :   June 1999
00007    Description  :   integer powers
00008 
00009  *--------------------------------------------------------------------------*/
00010 
00011 /*
00012  $Id: ipow.h,v 1.4 2000/10/11 13:56:58 ndevilla Exp $
00013  $Author: ndevilla $
00014  $Date: 2000/10/11 13:56:58 $
00015  $Revision: 1.4 $
00016  */
00017 
00018 #ifndef _IPOW_H_
00019 #define _IPOW_H_
00020 
00021 
00022 /*---------------------------------------------------------------------------
00023                             Function prototypes
00024  ---------------------------------------------------------------------------*/
00025 
00026 /*-------------------------------------------------------------------------*/
00040 /*--------------------------------------------------------------------------*/
00041 
00042 double ipow(double x, int p);
00043 
00044 #endif

Generated on Wed Oct 26 13:08:53 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001