nco/nco_rth_flt.h File Reference

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <netcdf.h>
#include "nco_netcdf.h"

Include dependency graph for nco_rth_flt.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float acosf (float)
float asinf (float)
float atanf (float)
float cosf (float)
float expf (float)
float fabsf (float)
float logf (float)
float log10f (float)
float powf (float, float)
float sinf (float)
float sqrtf (float)
float tanf (float)
float erff (float)
float erfcf (float)
float gammaf (float)
float rnd_nbrf (float)
float acoshf (float)
float asinhf (float)
float atanhf (float)
float coshf (float)
float sinhf (float)
float tanhf (float)
float ceilf (float)
float floorf (float)
float nearbyintf (float)
float rintf (float)
float roundf (float)
float truncf (float)


Function Documentation

float acosf float   ) 
 

Referenced by main().

float acoshf float   ) 
 

Referenced by main().

float asinf float   ) 
 

Referenced by main().

float asinhf float   ) 
 

Referenced by main().

float atanf float   ) 
 

Referenced by main().

float atanhf float   ) 
 

Referenced by main().

float ceilf float   ) 
 

Referenced by main().

float cosf float   ) 
 

Referenced by main().

float coshf float   ) 
 

Referenced by main().

float erfcf float   ) 
 

Referenced by main().

float erff float   ) 
 

Referenced by main().

float expf float   ) 
 

Referenced by main().

float fabsf float   ) 
 

Referenced by main(), ncap_scv_abs(), ncap_scv_clc(), nco_var_abs(), scv_var_mod(), and var_scv_mod().

float floorf float   ) 
 

Referenced by main().

float gammaf float   ) 
 

Referenced by main().

float log10f float   ) 
 

Referenced by main().

float logf float   ) 
 

Referenced by main().

float nearbyintf float   ) 
 

Referenced by main().

float powf float  ,
float 
 

Referenced by nco_var_pwr(), scv_var_pwr(), and var_scv_pwr().

float rintf float   ) 
 

Referenced by main().

float rnd_nbrf float   ) 
 

Definition at line 111 of file nco_rth_flt.c.

References rnd_nbr().

Referenced by main().

00111 {return (float)(rnd_nbr((double)x));}

float roundf float   ) 
 

Referenced by main().

float sinf float   ) 
 

Referenced by main().

float sinhf float   ) 
 

Referenced by main().

float sqrtf float   ) 
 

Referenced by main(), and nco_var_sqrt().

float tanf float   ) 
 

Referenced by main().

float tanhf float   ) 
 

Referenced by main().

float truncf float   ) 
 

Referenced by main().


Generated on Thu Mar 16 18:16:13 2006 for nco by  doxygen 1.4.4