GitHub - asterixxdev/numjs: Numpy, but for Javascript🔥🔥🔥

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Jun 26, 2024. It is now read-only.

NumJs

Website · Documentation

A simple library to add more math function for data science

This is like numpy, but for javascript

FOSSA Status
CodSpeed Badge Node.js Package njsscan sarif

Featured Function

  • Numerical (etc: Multiply 30 and 67)
  • Convert (etc: Meter to Inch)
  • Matrix (Coming Soon)

Quick Start

1. Installing

2. Use

import { numerical, convert } from 'numjs';

numerical.Pow(9); // 81
convert.MInch(10); // 25.4

License

The MIT License

FOSSA Status