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

Numpy, but for Javascript🔥🔥🔥

License

Notifications You must be signed in to change notification settings

asterixxtech/numjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Numpy, but for Javascript🔥🔥🔥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published