Skip to content

Commit f7e46de

Browse files
committed
docs: add suffix
1 parent 65caa1a commit f7e46de

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/sasum/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/sasum/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
int main( void ) {
2323
// Create a strided array:
24-
const float x[] = { 1.0, -2.0, 3.0, -4.0, 5.0, -6.0, 7.0, -8.0 };
24+
const float x[] = { 1.0f, -2.0f, 3.0f, -4.0f, 5.0f, -6.0f, 7.0f, -8.0f };
2525

2626
// Specify the number of elements:
2727
const int N = 8;

0 commit comments

Comments
 (0)