Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/math/base/special/lucasf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

-->

# Lucasf
# lucasf

> Compute the nth [Lucas number][lucas-number] as a single-precision floating-point number.

Expand Down Expand Up @@ -161,7 +161,7 @@ logEachMap( 'lucasf(%d) = %0.1f', x, lucasf );

#### stdlib_base_lucasf( n )

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

```c
float out = stdlib_base_lucasf( 0 );
Expand Down