1.1.8 • Published 2 years ago
loganmatic v1.1.8
Math_Lib
Now calculate the third degree root...
NPM: https://www.npmjs.com/package/loganmatic
Installation
npm install loganmaticor
yarn add install loganmaticENG
!! JAVASCRIPT !!
Personal library created in JavaScript and Python for common use. In development...
###################################################################
To use as an NPM package, simply use npm i loganmatic.
To import, use:
import anythingYouWant from "loganmatic.js"Then, you can use it as follows:
console.log(anythingYouWant.EulerNumber);
console.log(anythingYouWant.factor(100));Evaluated modules to calculate
- Pi
- EulerNumber
- absoluteValue
- factorial
- squareRoot
- cubicRoot
- factor
- sine
- cosine
- linearEquation
- quadraticEquation
- cubicEquation
- gcd
- lcm
If you find any errors in the code, please send them to me. It will be of great help!
Usage example:
import Mathematics from "loganmatic";
console.log(Matematica.EulerNumber);
const equationRoots = Mathematics.cubicEquation(1, -6, 11, -6);
console.log(equationRoots.value); // Returns an array
console.log(equationRoots.msg); // Returns a descriptive messageMade by Gabriel Logan.
1.1.8
2 years ago
1.1.7
2 years ago
1.1.6
2 years ago
1.1.5
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago