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
The specialized bundle, `stdlib-math-base-special`, contains low-level special mathematical functions and exposes them as a `flat` namespace. These functions elide argument validation and error handling, so use these functions with care. Their use can be beneficial in performance sensitive contexts where argument types and formats are known and tested in advance.
126
+
The specialized bundle, `stdlib-math-base-special-flat`, contains low-level special mathematical functions and exposes them as a `flat` namespace. These functions elide argument validation and error handling, so use these functions with care. Their use can be beneficial in performance sensitive contexts where argument types and formats are known and tested in advance.
The specialized bundle, `stdlib-stats-base-dists`, contains low-level statistical distribution functions and exposes them as a `flat` namespace. These functions elide argument validation and error handling, so use these functions with care. Their use can be beneficial in performance sensitive contexts where argument types and formats are known and tested in advance.
149
+
The specialized bundle, `stdlib-stats-base-dists-flat`, contains low-level statistical distribution functions and exposes them as a `flat` namespace. These functions elide argument validation and error handling, so use these functions with care. Their use can be beneficial in performance sensitive contexts where argument types and formats are known and tested in advance.
0 commit comments