Skip to content

Commit f99b17c

Browse files
Update lib/node_modules/@stdlib/math/base/special/lucasf/lib/main.js
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 3de4e3c commit f99b17c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/lucasf/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var LUCAS = require( './lucas.json' );
2929
// MAIN //
3030

3131
/**
32-
* Computes the nth Lucas number in single-precision floating-point format.
32+
* Computes the nth Lucas number as a single-precision floating-point number.
3333
*
3434
* @param {NonNegativeInteger} n - the Lucas number to compute
3535
* @returns {NonNegativeInteger} Lucas number

0 commit comments

Comments
 (0)