You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds extremely large numbers together (larger than 64bit floating point).
Can only accept integers (no decimals or commas), must be in form of a string.
Can accept infinite amount of arguments.
About
/** * Adds extremely large numbers together (larger than 64bit floating point). * Can only accept integers (no decimals or commas), must be in form of a string. * Can accept infinite amount of arguments. **/