Skip to content

Commit 3cfcb39

Browse files
Update lib/node_modules/@stdlib/math/base/special/lucasf/README.md
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 85ec479 commit 3cfcb39

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lucasf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ for ( i = 0; i < 35; i++ ) {
174174
Computes the nth [Lucas number][lucas-number] in single-precision floating-point format.
175175

176176
```c
177-
double out = stdlib_base_lucasf( 0 );
177+
float out = stdlib_base_lucasf( 0 );
178178
// returns 2.0f
179179

180180
out = stdlib_base_lucasf( 1 );

0 commit comments

Comments
 (0)