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
{{ message }}
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Since you're doing Math.apply({}, values) when calculating .min(), .max() and .range(), then if the values is a large array (say 1000k items) then the stack will overflow. It might be better to rewrite the min/max/range so they take an array as parameter rather than delegating to Math.