We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217f811 commit c2f5194Copy full SHA for c2f5194
lib/node_modules/@stdlib/math/base/special/pow/include/stdlib/math/base/special/pow.h
@@ -29,10 +29,10 @@ extern "C" {
29
/**
30
* Evaluates the exponential function.
31
*/
32
-double stdlib_base_pow( const double b, const double x );
+double stdlib_base_pow( const double base, const double exponent );
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
-#endif // !STDLIB_MATH_BASE_SPECIAL_POW_H
+#endif // !STDLIB_MATH_BASE_SPECIAL_POW_H
0 commit comments