|
NCEPLIBS-g2c 1.9.0
|
Provide function similar to C pow() power function. More...
#include "grib2_int.h"Go to the source code of this file.
Functions | |
| double | int_power (double x, g2int y) |
| Function similar to C pow() power function. | |
Provide function similar to C pow() power function.
Definition in file int_power.c.
| double int_power | ( | double | x, |
| g2int | y | ||
| ) |
Function similar to C pow() power function.
| x | The base value whose power is to be calculated. |
| y | The power value. |
Definition at line 18 of file int_power.c.
Referenced by aecpack_int(), aecunpack_int(), compack(), comunpack(), jpcpack_int(), jpcunpack_int(), misspack(), mkieee(), pngpack_int(), pngunpack_int(), rdieee(), simpack(), simunpack(), and specunpack().