Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.34 KB

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

npm install numjs

2. Use

import { numerical, convert } from 'numjs';

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

License

The MIT License

FOSSA Status