1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub
Add `BigInt` support about 2 months ago

AI Summary: Enhance the `math-sum` function to support BigInt. If any input is a BigInt, all inputs should be converted to BigInt before summation, ensuring the result is also a BigInt. This requires handling both individual number inputs and array inputs.

Complexity: 3/5
enhancement help wanted

Sum numbers

JavaScript