Skip to content

Commit 3de4e3c

Browse files
Update lib/node_modules/@stdlib/math/base/special/lucasf/examples/c/example.c
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 5eb3aea commit 3de4e3c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lucasf/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main( void ) {
2525
float v;
2626

2727
for ( i = 0; i < 35; i++ ) {
28-
v = stdlib_base_lucas( i );
28+
v = stdlib_base_lucasf( i );
2929
printf( "lucasf(%d) = %lf\n", i, v );
3030
}
3131
}

0 commit comments

Comments
 (0)