Skip to content

Commit cf8304f

Browse files
address-commit-comments-for-commit-3656652
1 parent 05ce7d1 commit cf8304f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818
1919
-->
2020

21-
# Lucasf
21+
# lucasf
2222

2323
> Compute the nth [Lucas number][lucas-number] as a single-precision floating-point number.
2424
@@ -161,7 +161,7 @@ logEachMap( 'lucasf(%d) = %0.1f', x, lucasf );
161161

162162
#### stdlib_base_lucasf( n )
163163

164-
Compute the nth [Lucas number][lucas-number] as a single-precision floating-point number.
164+
Computes the nth [Lucas number][lucas-number] as a single-precision floating-point number.
165165

166166
```c
167167
float out = stdlib_base_lucasf( 0 );

0 commit comments

Comments
 (0)