Skip to content

Files

Latest commit

797351e · Jan 7, 2024

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 7, 2024
Sep 2, 2021
Oct 18, 2021
Jul 24, 2023
Jan 7, 2024
Oct 18, 2021
Oct 18, 2021

Tools

Math tools.

Usage

var ns = require( '@stdlib/math/tools' );

ns

Namespace for math tools.

var o = ns;
// returns {...}

The namespace exposes the following functions:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/tools' );

console.log( objectKeys( ns ) );