Skip to content

Commit

Permalink
Update lib/node_modules/@stdlib/math/base/special/lcmf/lib/native.js
Browse files Browse the repository at this point in the history
Co-authored-by: Gunj Joshi <gunjjoshi8372@gmail.com>
Signed-off-by: Harsh Mathur <104578544+Harsh-Mathur-1503@users.noreply.github.com>
  • Loading branch information
Harsh-Mathur-1503 and gunjjoshi authored Nov 12, 2024
1 parent 9e602eb commit 1ffdfcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var addon = require( './../src/addon.node' );
* var v = lcmf( NaN, 5.0 );
* // returns NaN
*/
function lcmf( a , b ) {
function lcmf( a, b ) {
return addon( a, b );
}

Expand Down

0 comments on commit 1ffdfcd

Please sign in to comment.