Updated 6 months ago

@stdlib/math-base-special-abs2 • Rank 8.1 • Science 44%

Compute the squared absolute value of a double-precision floating-point number.

Updated 6 months ago

@stdlib/string-repeat • Rank 8.1 • Science 44%

Repeat a string a specified number of times and return the concatenated result.

Updated 6 months ago

@stdlib/ndarray-base-offset • Rank 8.1 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

https://github.com/xuri/excelize-wasm • Rank 15.8 • Science 36%

A WebAssembly build of the Go Excelize library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets

Updated 6 months ago

@stdlib/array-base-accessor • Rank 7.8 • Science 44%

Create a minimal array-like object supporting the accessor protocol from another array-like object.

Updated 6 months ago

@stdlib/ndarray-same-kind-casts • Rank 7.8 • Science 44%

Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.

Updated 6 months ago

@stdlib/ndarray-base-assert-is-allowed-data-type-cast • Rank 7.7 • Science 44%

Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.

Updated 6 months ago

@stdlib/string-trim • Rank 7.7 • Science 44%

Trim whitespace characters from the beginning and end of a string.

Updated 6 months ago

@stdlib/array-base-zero-to • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Updated 6 months ago

@stdlib/array-base-incrspace • Rank 7.7 • Science 44%

Generate a linearly spaced numeric array according to a provided increment.

Updated 6 months ago

@stdlib/constants-float32-eps • Rank 7.6 • Science 44%

Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.

Updated 6 months ago

@stdlib/array-base-copy-indexed • Rank 7.5 • Science 44%

Copy the elements of an indexed array-like object to a new generic array.

Updated 6 months ago

@stdlib/ndarray-offset • Rank 7.5 • Science 44%

Return the index offset specifying the underlying buffer index of the first iterated ndarray element.

Updated 6 months ago

@stdlib/console-log • Rank 7.5 • Science 44%

Output a message to the debugger console.

Updated 6 months ago

@stdlib/array-base-to-accessor-array • Rank 7.4 • Science 44%

Convert an array-like object to a minimal array-like object supporting the accessor protocol.

Updated 6 months ago

@stdlib/array-base-one-to • Rank 7.4 • Science 44%

Generate a linearly spaced numeric array whose elements increment by 1 starting from one.