- File:
lib/node_modules/@stdlib/stats/base/scumax/examples/c/example.c
- Line: 26
Code
float x[] = { 1.0, 2.0, -3.0, 4.0, -5.0, 6.0, 7.0, 8.0 };
Lint Error
style: Variable 'x' can be declared as const array [constVariable]
Workflow Run: 2861/job/33171676944