Skip to content

Commit f47d9e3

Browse files
authored
Update main.c
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
1 parent a6bf83f commit f47d9e3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/rempio2/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/rempio2/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int32_t IQ[ 20 ];
140140
* @param e0 the exponent of `x[0]` (must be <= 16360)
141141
* @param nx dimension of `x[]`
142142
*/
143-
double rempio2Kernel( double* x, double* y, int32_t e0, int32_t nx ) {
143+
double rempio2Kernel( const double* x, double* y, int32_t e0, int32_t nx ) {
144144
int32_t carry;
145145
int32_t jz;
146146
int32_t jx;

0 commit comments

Comments
 (0)