Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathematica

A JavaScript package for mathematical operations.



installation

npm i mathematica

example

const mathematica = require("mathematica");

const square = new mathematica.Square(10);
console.log(square);
// expected: Square { length = 10, width = 10 }
// getters: area, perimeter, diagonal

license

this package is MIT licensed.

About

A JavaScript package for mathematical operations.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages