Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 415 Bytes

Readme.md

File metadata and controls

17 lines (13 loc) · 415 Bytes

an Open source library made with javascript numpy.js is a javascript library that help in making complex calcalation easy it is a replica of of numpy.py library but it is written in javascript

features in numpyjs sigmoid , mean square error calculation, square, and many more

how to use

git clone repo of numpyjs let n=require("numpy.js"); let value b=32; let result=n.np.exp(value); console.log(result`)