Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/fast/pow-int/src/ma…
Browse files Browse the repository at this point in the history
…in.c

Signed-off-by: Pranav <[email protected]>
  • Loading branch information
Pranavchiku authored Mar 17, 2024
1 parent dc9ef78 commit 3712bd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ int32_t ZERO = 0;
* // returns 8.0
*/
double stdlib_base_fast_pow( const double x, const int32_t y ) {
int32_t yc;
double xc;
double v;
double xx;
int32_t yy;

xc = x;
yc = y;
Expand Down

0 comments on commit 3712bd2

Please sign in to comment.