Skip to content

Commit 53b2641

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 ffce25f commit 53b2641

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
@@ -65,7 +65,7 @@ static const int32_t lucasf_value[ 35 ] = {
6565
*
6666
* @example
6767
* float out = stdlib_base_lucasf( 1 );
68-
* // returns 1
68+
* // returns 1.0f
6969
*
7070
* @example
7171
* float out = stdlib_base_lucasf( -1 );

0 commit comments

Comments
 (0)