🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

kastett-quadratic

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kastett-quadratic

Библиотека для решения квадратных уравнений.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Kastett Quadratic

Библиотека для решения квадратных уравнений.

Установка

npm i kastett-quadratic

Пример использования

const { solveQuadratic } = require('kastett-quadratic');
const roots = solveQuadratic(1, -3, 2); // x^2 - 3x + 2 = 0
console.log(roots); // [2, 1]

Keywords

math

FAQs

Package last updated on 30 Nov 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