Updated 9 months ago

@hugoalh/string-overflow • Rank 6.0 • Science 44%

An ECMAScript (JavaScript & TypeScript) module to truncate the string with the specify length; Safe with the emojis, URLs, and words.

Updated 9 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 9 months ago

@stdlib/math-strided-special-smsktrunc • Rank 3.8 • Science 44%

Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.

Updated 9 months ago

@stdlib/math-strided-special-dmsktrunc • Rank 3.8 • Science 44%

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

Updated 9 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 9 months ago

@stdlib/ndarray-slice-dimension-from • Rank 2.1 • Science 44%

Return a read-only shifted view of an input ndarray along a specific dimension.

Updated 9 months ago

@stdlib/ndarray-slice-dimension-to • Science 44%

Return a read-only truncated view of an input ndarray along a specific dimension.

Updated 9 months ago

@stdlib/ndarray-base-slice-dimension-from • Science 44%

Return a shifted view of an input ndarray along a specific dimension.

Updated 9 months ago

@stdlib/ndarray-base-slice-dimension-to • Science 44%

Return a truncated view of an input ndarray along a specific dimension.

Updated 9 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.