Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loganmatic

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loganmatic

Math library with some functions to facilitate calculations

  • 1.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Math_Lib

Now calculate the third degree root...

Buy Me A Coffee

NPM: https://www.npmjs.com/package/loganmatic

Installation

npm install loganmatic

or

yarn add install loganmatic

ENG

!! 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 message

Made by Gabriel Logan.

Keywords

FAQs

Package last updated on 04 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc