konimath
v1.1.2
Published
Ever Wondered how you can make Math calcs within Node.js easier? This is how!
Downloads
7
Readme
Konimath - Math.PI
Ever Wondered how you can make Math calcs within Node.js easier? This is how!
Example | Getting Started
First install via: npm i konimath
Define koni with:
const koni = require("konimath")
Output the value:
console.log(koni)
The Output will be the exact Number of PI (3.14 ...) + a parameter Number for orientation, perfect for Data Science Classes
Collaborate
- Visit us at Github (link coming soon)