Provided by: libg2c-dev_1.6.4-3_amd64 bug

NAME

       int_power.c - Provide function similar to C pow() power function.

SYNOPSIS

       #include 'grib2.h'

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

Detailed Description

       Provide function similar to C pow() power function.

       Author
           Wesley Ebisuzaki

       Definition in file int_power.c.

Function Documentation

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

       Parameters
           x The base value whose power is to be calculated.
           y The 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(), specpack(), and specunpack().

Author

       Generated automatically by Doxygen for NCEPLIBS-g2c from the source code.