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 5beabf0 commit 9e602eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var addon = require( './../src/addon.node' );
* // returns NaN
*/
function lcmf( a , b ) {
return addon( a , b );
return addon( a, b );
}


Expand Down

0 comments on commit 9e602eb

Please sign in to comment.