logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

NCEPLIBS-g2c                                      Version 2.1.0                                   int_power.c(3)

Detailed Description

       Provide function similar to C pow() power function.

       Author
           Wesley Ebisuzaki

       Definition in file int_power.c.

Function Documentation

doubleint_power(doublex,g2inty)
       Function similar to C pow() power function.

       Parametersx The base value whose power is to be calculated.
           y The power value.

       Returns
           x**y

       Author
           Wesley Ebisuzaki

       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().

Name

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

Synopsis

       #include 'grib2_int.h'

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

See Also