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 a6bf83f commit f47d9e3Copy full SHA for f47d9e3
lib/node_modules/@stdlib/math/base/special/rempio2/src/main.c
@@ -140,7 +140,7 @@ int32_t IQ[ 20 ];
140
* @param e0 the exponent of `x[0]` (must be <= 16360)
141
* @param nx dimension of `x[]`
142
*/
143
-double rempio2Kernel( double* x, double* y, int32_t e0, int32_t nx ) {
+double rempio2Kernel( const double* x, double* y, int32_t e0, int32_t nx ) {
144
int32_t carry;
145
int32_t jz;
146
int32_t jx;
0 commit comments