Skip to content

Commit c2f5194

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 217f811 commit c2f5194

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/pow/include/stdlib/math/base/special

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/pow/include/stdlib/math/base/special/pow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ extern "C" {
2929
/**
3030
* Evaluates the exponential function.
3131
*/
32-
double stdlib_base_pow( const double b, const double x );
32+
double stdlib_base_pow( const double base, const double exponent );
3333

3434
#ifdef __cplusplus
3535
}
3636
#endif
3737

38-
#endif // !STDLIB_MATH_BASE_SPECIAL_POW_H
38+
#endif // !STDLIB_MATH_BASE_SPECIAL_POW_H

0 commit comments

Comments
 (0)