NCEPLIBS-g2c  1.6.4
int_power.c File Reference

Provide function similar to C pow() power function. More...

#include "grib2.h"

Go to the source code of this file.

Functions

double int_power (double x, g2int y)
 Function similar to C pow() power function. More...
 

Detailed Description

Provide function similar to C pow() power function.

Author
Wesley Ebisuzaki

Definition in file int_power.c.

Function Documentation

◆ int_power()

double int_power ( double  x,
g2int  y 
)

Function similar to C pow() power function.

Parameters
xThe base value whose power is to be calculated.
yThe power value.
Returns
x**y
Author
Wesley Ebisuzaki

Definition at line 17 of file int_power.c.

Referenced by compack(), comunpack(), jpcpack(), jpcunpack(), misspack(), mkieee(), pngpack(), pngunpack(), rdieee(), simpack(), simunpack(), and specunpack().