Skip to content

Commit 831b894

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 3cfcb39 commit 831b894

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
@@ -186,7 +186,7 @@ The function accepts the following arguments:
186186
- **n**: `[in] int32_t` input value.
187187

188188
```c
189-
float stdlib_base_lucas( const int32_t n );
189+
float stdlib_base_lucasf( const int32_t n );
190190
```
191191
192192
</section>

0 commit comments

Comments
 (0)