Open
Description
TODO annotations
- docs/assets/sponsors/README.md#L44: <!-- TODO: include dimensions for each level -->
- docs/contributing/FAQ.md#L281: TODO: Can we add a link to the PR naming guidelines here?
- docs/style-guides/javascript/README.md#L116: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L150: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L187: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L227: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L261: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L513: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L551: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L640: TODO: ESLint rule (and code review)
- docs/style-guides/javascript/README.md#L676: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L711: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L819: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L837: TODO: ESLint rule. Code review.
- docs/style-guides/javascript/README.md#L1135: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1176: TODO: ESLint rule. Code review.
- docs/style-guides/javascript/README.md#L1218: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1362: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1398: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1471: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1747: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1791: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1839: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L1891: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2052: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2094: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2214: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2565: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2615: Code review. TODO: ESLint rule (?).
- docs/style-guides/javascript/README.md#L2644: Use
// TODO:
to annotate tasks. - docs/style-guides/javascript/README.md#L2650: // TODO: make
name
property value publicly accessible. - docs/style-guides/javascript/README.md#L2760: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2798: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2833: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2902: TODO: ESLint rule
- docs/style-guides/javascript/README.md#L2984: TODO: ESLint rule (?)
- docs/editors/vscode/README.md#L114: "text": "TODO:",
- docs/migration-guides/scijs/Makefile#L146: # TODO: add Windows command
- docs/migration-guides/tfjs/Makefile#L146: # TODO: add Windows command
- docs/migration-guides/mathjs/Makefile#L146: # TODO: add Windows command
- docs/migration-guides/mathjs/benchmark/benchmark.ceil.number.js#L65: // TODO: add math/special/ceil benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.square.array.generic.js#L67: // TODO: add math/special/abs2 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.square.array.float64.js#L91: // TODO: add math/special/abs2 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.log10.number.js#L65: // TODO: add math/special/log10 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.log1p.number.js#L65: // TODO: add math/special/log1p benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.erf.number.js#L65: // TODO: add math/special/erf benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.subtract.js#L69: // TODO: add math/ops/sub benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.sqrt.number.js#L65: // TODO: add math/special/sqrt benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.multiply.complex_number.js#L74: // TODO: add math/special/mul benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.log2.number.js#L65: // TODO: add math/special/log2 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.expm1.number.js#L65: // TODO: add math/special/expm1 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.exp.number.js#L65: // TODO: add math/special/exp benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.add.complex_number.js#L74: // TODO: add math/special/add benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.square.number.js#L65: // TODO: add math/special/abs2 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.multiply.array.generic.js#L69: // TODO: add math/ops/mul benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.hypot.number.js#L69: // TODO: add math/special/hypot benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.multiply.number.js#L69: // TODO: add math/ops/mul benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.add.array.generic.js#L69: // TODO: add math/ops/add benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.square.complex_number.js#L70: // TODO: add math/special/abs2 benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.add.number.js#L69: // TODO: add math/ops/add benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.floor.number.js#L65: // TODO: add math/special/floor benchmarks
- docs/migration-guides/mathjs/benchmark/benchmark.cbrt.number.js#L65: // TODO: add math/special/cbrt benchmarks
- tools/snippets/README.md#L40: var todo = require( '@stdlib/<TODO: module path>' );
- tools/snippets/README.md#L73: var todo = require( '@stdlib/<TODO: module path>' );
- tools/snippets/lib/main.js#L34: // TODO: implementation
- tools/snippets/package.json#L2: "name": "{{TODO:name}}",
- tools/snippets/package.json#L4: "description": "{{TODO:description}}",
- tools/snippets/package.json#L53: "{{TODO:keywords}}"
- tools/snippets/benchmark/benchmark.js#L34: // TODO: synchronous task
- tools/snippets/benchmark/benchmark.async.js#L41: // TODO: asynchronous task
- tools/snippets/benchmark/benchmark.length.js#L44: x.push( null ); // TODO: set values
- tools/snippets/benchmark/benchmark.length.js#L59: // TODO: synchronous task
- tools/snippets/benchmark/benchmark.native.js#L43: // TODO: synchronous task
- tools/snippets/benchmark/benchmark.wasm.js#L42: // TODO: synchronous task
- tools/snippets/test/test.stdin_cli.js#L169: // TODO: add additional tests
- tools/snippets/test/fixtures/cpp/boost/runner.cpp#L274: write_data_as_json( f, x, y, len ); // TODO: tailor to fixture data
- tools/snippets/test/fixtures/r/runner.R#L79: # TODO: generate test fixture data (
x
andy
), making sure to handle NaNs - tools/snippets/test/fixtures/python/runner.py#L46: # TODO: generate fixtures
- tools/snippets/test/fixtures/julia/runner.jl#L39: # TODO: generate fixtures
- tools/snippets/test/fixtures/julia/runner.jl#L65: # TODO: generate input data (
x
) - tools/snippets/test/fixtures/c/cephes/runner.c#L285: write_data_as_json( f, x, y, len ); // TODO: tailor to fixture data
- tools/snippets/test/test.js#L35: // TODO: add tests
- tools/snippets/test/test.native.js#L44: // TODO: add tests
- tools/snippets/test/test.cli.js#L144: // TODO: additional tests
- tools/snippets/test/test.validate.js#L60: // TODO: add tests
- tools/snippets/test/test.validate.js#L68: options = {}; // TODO: add options
- tools/snippets/bin/cli#L61: foo( args[ 0 ] ); // TODO: implementation
- tools/snippets/docs/repl.txt#L3: TODO: short desc.
- tools/snippets/docs/repl.txt#L5: TODO: longer desc/bkgd.
- tools/snippets/docs/repl.txt#L15: TODO: desc
- tools/snippets/docs/repl.txt#L20: TODO: desc
- tools/snippets/docs/repl.txt#L25: TODO: abbrev output
- tools/snippets/docs/repl.txt#L29: - TODO: only include reference(s) if usage requires citation(s)
- tools/snippets/examples/index.js#L23: // TODO: add example code
- tools/scripts/check_gnu_make#L49: # TODO: check for minimum version
- tools/scripts/check_python#L49: # TODO: check for minimum version
- tools/scripts/check_nodejs#L49: # TODO: check for minimum version
- tools/scripts/check_pydocstyle#L49: # TODO: check for minimum version
- tools/scripts/check_julia#L49: # TODO: check for minimum version
- tools/scripts/check_pycodestyle#L49: # TODO: check for minimum version
- tools/scripts/check_fetch#L49: # TODO: check for minimum version
- tools/scripts/check_clang#L49: # TODO: check for minimum version
- tools/scripts/check_npm#L49: # TODO: check for minimum version
- tools/scripts/check_scipy#L49: # TODO: check for minimum version
- tools/scripts/check_rscript#L40: # TODO: check for minimum version
- tools/scripts/check_cmake#L49: # TODO: check for minimum version
- tools/scripts/check_git#L49: # TODO: check for minimum version
- tools/scripts/check_pylint#L49: # TODO: check for minimum version
- tools/scripts/check_pip#L49: # TODO: check for minimum version
- tools/scripts/check_gcc#L49: # TODO: check for minimum version
- tools/scripts/check_numpy#L49: # TODO: check for minimum version
- tools/scripts/check_gfortran#L49: # TODO: check for minimum version
- tools/scripts/npm_publish#L615: # TODO: need to update namespace TypeScript declarations
- tools/scripts/npm_publish#L617: # TODO: ensure that all package CLIs are executable
- tools/scripts/check_r#L49: # TODO: check for minimum version
- tools/scripts/check_clang_format#L49: # TODO: check for minimum version
- tools/scripts/check_pandoc#L49: # TODO: check for minimum version
- tools/scripts/check_wget#L49: # TODO: check for minimum version
- tools/scripts/check_gxx#L49: # TODO: check for minimum version
- tools/scripts/check_lintr#L40: # TODO: check for minimum version
- tools/scripts/check_curl#L49: # TODO: check for minimum version
- tools/make/lib/ls/fortran/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/cpp/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/r/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/python/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/javascript/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/julia/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/c/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/ls/typescript/examples.mk#L40: # TODO: does not include top-level examples?
- tools/make/lib/install/python_deps.mk#L25: # TODO: add support for specifying an installer (e.g., pip v conda)
- tools/make/lib/install/llvm.mk#L210: $(QUIET) echo 'TODO: make test more robust' >&2
- tools/make/lib/install/emsdk.mk#L209: $(QUIET) echo 'TODO: make test more robust' >&2
- tools/make/lib/complexity/javascript.mk#L37: # TODO: address bash argument length errors
- tools/make/lib/complexity/javascript.mk#L55: # TODO: address bash argument length errors
- tools/make/lib/complexity/javascript.mk#L73: # TODO: address bash argument length errors
- tools/make/lib/complexity/javascript.mk#L91: # TODO: address bash argument length errors
- tools/make/lib/complexity/javascript.mk#L109: # TODO: address bash argument length errors
- tools/make/lib/complexity/javascript.mk#L127: # TODO: address bash argument length errors
- tools/make/lib/test-browsers/Makefile#L54: # TODO: make robust to long file lists.
- tools/make/common.mk#L231: # TODO: add Windows command
- tools/git/hooks/pre-push#L306: # TODO: run CLI examples found in Markdown files
- tools/git/hooks/pre-push#L308: # TODO: compile and run C examples found in Markdown files
- tools/git/hooks/pre-commit#L604: # TODO: if datapackage.json, validate via schema
- tools/docs/jsdoc/templates/html/publish.js#L628: // TODO: move the tutorial functions to templateHelper.js
- etc/eslint/rules/best_practices.js#L316: rules[ 'dot-notation' ] = 'off'; // TODO: revisit?
- lib/node_modules/@stdlib/console/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/time/README.md#L107: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/time/base/README.md#L70: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/cli/ctor/lib/main.js#L25: var parseArgs = require( 'minimist' ); // TODO: replace with stdlib equivalent
- lib/node_modules/@stdlib/cli/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/os/README.md#L80: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/slice/README.md#L65: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/slice/base/README.md#L75: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/uint8/README.md#L61: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/uint8/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/uint8/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/pinf/README.md#L51: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/precision/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/README.md#L72: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/float16/smallest-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/smallest-normal/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/ninf/README.md#L51: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/exponent-bias/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float16/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/time/README.md#L74: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/path/README.md#L65: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/int16/min/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int16/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/int16/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int16/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ln-half/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/min-base2-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-half/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/eulergamma/README.md#L71: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max-base10-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ln-two/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ln-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-half-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/min-ln/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/phi/README.md#L71: <!-- TODO: better example using Fibonacci(?) -->
- lib/node_modules/@stdlib/constants/float64/ln-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/pinf/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/precision/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-phi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/README.md#L120: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/float64/fourth-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/min-base10-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/smallest-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max-ln/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/smallest-normal/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/half-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/catalan/README.md#L71: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max-base10-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/min-base10-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ln-ten/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-three/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/log2-e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/glaisher-kinkelin/README.md#L88: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ninf/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/apery/README.md#L73: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/exponent-bias/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-two/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max-base2-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/sqrt-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/max-base2-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/min-base2-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/nan/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/log10-e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/ln-sqrt-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/pi-squared/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float64/half-ln-two/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/array/README.md#L61: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/unicode/README.md#L61: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/int8/min/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int8/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/int8/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int8/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/uint16/README.md#L61: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/uint16/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/uint16/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/uint32/README.md#L61: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/uint32/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/uint32/max/README.md#L60: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/complex128/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/complex128/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/complex64/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/complex64/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int32/min/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int32/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/int32/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/int32/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/ln-half/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-half/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/ln-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-half-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/phi/README.md#L71: <!-- TODO: better example using Fibonacci(?) -->
- lib/node_modules/@stdlib/constants/float32/ln-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/precision/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-phi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/README.md#L107: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/constants/float32/fourth-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/min-base10-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/smallest-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/smallest-normal/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/num-bytes/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/half-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/max-base10-exponent/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/min-base10-exponent-subnormal/README.md#L54: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/ln-ten/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/log2-e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/ninf/README.md#L51: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/apery/README.md#L73: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/exponent-bias/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-two/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/sqrt-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/max/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/nan/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/log10-e/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/ln-sqrt-two-pi/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/pi-squared/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/constants/float32/half-ln-two/README.md#L50: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/aliases/README.md#L55: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/namespace/alias2pkg/README.md#L77: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/alias2related/README.md#L77: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/pkg2alias/README.md#L86: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/alias2standalone/README.md#L77: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/pkg2related/README.md#L86: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/pkg2standalone/README.md#L77: <!-- TODO: better example -->
- lib/node_modules/@stdlib/namespace/standalone2pkg/README.md#L77: <!-- TODO: better example -->
- lib/node_modules/@stdlib/streams/README.md#L62: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/streams/node/README.md#L77: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/streams/node/join/lib/main.js#L79: clbk(); // TODO: consider supporting an option to append a final separator
- lib/node_modules/@stdlib/streams/node/split/test/test.main.js#L68: // TODO: split tests!
- lib/node_modules/@stdlib/dstructs/README.md#L66: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/dstructs/named-typed-tuple/README.md#L2187: <!-- TODO: use stdlib
Object.freeze
package --> - lib/node_modules/@stdlib/process/README.md#L73: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/datasets/anscombes-quartet/examples/index.js#L23: // TODO: more interesting example involving stats and plotting once ndarray...
- lib/node_modules/@stdlib/datasets/standard-card-deck/README.md#L69: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-french-alpine-landscape/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-locomotion-nude-male/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/us-states-names/README.md#L101: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-dust-bowl-home/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/README.md#L99: <!-- TODO: better examples -->
- lib/node_modules/@stdlib/datasets/harrison-boston-house-prices/examples/index.js#L52: console.log( plot.render( 'html' ) ); // TODO: render as ASCII
- lib/node_modules/@stdlib/datasets/img-acanthus-mollis/README.md#L67: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/month-names-en/README.md#L63: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-black-canyon/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-airplane-from-above/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/female-first-names-en/README.md#L61: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-locomotion-house-cat/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/us-states-capitals/README.md#L101: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-nagasaki-boats/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/frb-sf-wage-rigidity/examples/index.js#L21: // TODO: replace with full ASCII chart
- lib/node_modules/@stdlib/datasets/dale-chall-new/README.md#L57: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/img-march-pastoral/README.md#L65: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/examples/index.js#L52: console.log( plot.render( 'html' ) ); // TODO: render as ASCII
- lib/node_modules/@stdlib/datasets/pace-boston-house-prices/examples/index.js#L52: console.log( plot.render( 'html' ) ); // TODO: render as ASCII
- lib/node_modules/@stdlib/datasets/moby-dick/README.md#L62: <!-- TODO: better example. Possibly with Markov Model text generation. -->
- lib/node_modules/@stdlib/datasets/img-allium-oreophilum/README.md#L67: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/emoji/README.md#L66: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/male-first-names-en/README.md#L60: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/harrison-boston-house-prices-corrected/examples/index.js#L52: console.log( plot.render( 'html' ) ); // TODO: render as ASCII
- lib/node_modules/@stdlib/datasets/spache-revised/README.md#L56: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/us-states-abbr/README.md#L101: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/datasets/spam-assassin/README.md#L76: <!-- TODO: better example. Possibly a spam classifier. -->
- lib/node_modules/@stdlib/datasets/primes-100k/README.md#L48: <!-- TODO: more creative example. -->
- lib/node_modules/@stdlib/buffer/ctor/README.md#L92: TODO: add properties
- lib/node_modules/@stdlib/buffer/ctor/README.md#L98: TODO: add methods
- lib/node_modules/@stdlib/buffer/ctor/lib/polyfill.js#L21: // TODO: write (browser) polyfill
- lib/node_modules/@stdlib/buffer/ctor/test/test.polyfill.js#L44: // TODO: tests
- [lib/node_modules/@stdlib/buffer/ctor/docs/repl.txt#L86](https://github.co...*[Issue body truncated]*