Skip to content

Commit 85ec479

Browse files
Update lib/node_modules/@stdlib/math/base/special/lucasf/lib/native.js
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Harsh <[email protected]>
1 parent 01cac68 commit 85ec479

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/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var addon = require( './../src/addon.node' );
6161
* // returns 18
6262
*
6363
* @example
64-
* var y = lucasf( -1.0 );
64+
* var y = lucasf( -1 );
6565
* // returns NaN
6666
*/
6767
function lucasf( n ) {

0 commit comments

Comments
 (0)