Athan
Athan
@Planeshifter I think we can tighten up the types for both `@stdlib/utils/values` and `@stdlib/utils/omit`. For `@stdlib/utils/values`, we can possibly use generics; see https://github.com/stdlib-js/stdlib/blob/232d92dcd2f07187ab1973d88e25cf5354a97633/lib/node_modules/%40stdlib/utils/values/docs/types/index.d.ts#L40. So, instead of returning `Array`, we return...
@domoritz Beside using one of the UMD bundles, you can also do one of the following: 1. If your target environment supports ESM, you could consider our experimental [ESM](https://github.com/stdlib-js/esm) build....
@domoritz Here is an [example](https://observablehq.com/@rreusser/stdlib-erf-and-erfinv) of loading individual ESM modules into Observable.
Awesome. Let us know if we can be of any further help. :)
**Update**: individual packages are now [consumable](https://www.npmjs.com/org/stdlib). While the individual packages do not expose UMD bundles atm, one can locally install and then bundle for use in web applications.
@justin1dennison That would be awesome! I think as a first foray into contributing distributions, it would be better to start off with the Rademacher distribution (RFC [182](https://github.com/stdlib-js/stdlib/issues/182)).
@justin1dennison I am going to defer to the resident distributions expert, @Planeshifter. @Planeshifter How would you parameterize the methods?
@Planeshifter That seems reasonable to me!
@justin1dennison This is looking great thus far! Thanks for working on this!
@munsocket Can you explain in more detail? How are you arriving at this conclusion? Particularly, how did you determine that `sinpi/cospi` don't have correct rounding?