Skip to content

Commit 158f6e4

Browse files
Update lib/node_modules/@stdlib/math/base/special/lucasf/src/main.c
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 08d30ea commit 158f6e4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "stdlib/math/base/special/lucasf.h"
2020
#include "stdlib/constants/float32/max_safe_nth_lucas.h"
2121

22-
static const int32_t lucasf_value[ 35 ] = {
22+
static const int32_t lucas_value[ 35 ] = {
2323
2,
2424
1,
2525
3,

0 commit comments

Comments
 (0)