We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71afc commit 622b8a5Copy full SHA for 622b8a5
1 file changed
lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/examples/c/example.c
@@ -39,5 +39,5 @@ int main() {
39
40
// Print the result:
41
printf( "sum: %lf\n", v );
42
- printf( "n: "PRId64"\n", n );
+ printf( "n: %+"PRId64"\n", n );
43
}
0 commit comments