Search results

784 packages found

RegexSolver allows you to manipulate regular expressions as sets, enabling operations such as intersection, union, and subtraction.

published 1.0.4 a month ago
M
Q
P

This library provides a simple way to do math operations in base 100

published 1.0.7 6 months ago
M
Q
P

Library for polynomial arithmetic, designed in the context of a Galois Field (GF). Test for primitive & irreducible polynomials alongside essential arithmetic operations such as polynomial multiplication, addition, subtraction and division.

published 1.0.3 2 months ago
M
Q
P

A modern JavaScript utility library for arithmetic, mathematics, proability, statistics, and more.

published 0.7.0 3 months ago
M
Q
P

Subtract two double-precision floating-point numbers.

published 0.2.2 2 months ago
M
Q
P

Subtract two double-precision complex floating-point numbers.

published 0.2.2 2 months ago
M
Q
P

Subtract two single-precision complex floating-point numbers.

published 0.2.2 2 months ago
M
Q
P

Subtract two single-precision floating-point numbers.

published 0.2.2 2 months ago
M
Q
P

Create an iterator which performs element-wise subtraction of two or more iterators.

published 0.2.2 2 months ago
M
Q
P

Element-wise subtraction of two strided arrays.

published 0.2.2 2 months ago
M
Q
P

A simple calculator program written in Node.js

published 1.0.1 6 months ago
M
Q
P

Element-wise subtraction of two strided arrays via a callback function.

published 0.2.2 2 months ago
M
Q
P
M
Q
P

Module math-app

published 1.1.0 6 months ago
M
Q
P

Basic Calculator for JavaScript Users

published 1.0.4 7 months ago
M
Q
P

Math addition subtraction multiplication and division functions which return the exact result without floating point number.

published 1.1.6 10 months ago
M
Q
P

Welcome to My MathMagic CLI Calculator, your stylish and magical command-line calculator!

published 1.2.0 9 months ago
M
Q
P

```bash const calculator=require('magnifique-calculator') function multiplicationTable(number){ for(var i=1;i<13;i++){ console.log(`${i} * ${number} = ${calculator.multiply(i,number)}`); } } multiplicationTable(4) ``` ## Installa

published 1.0.3 7 months ago
M
Q
P

A basic calculator for Javascript users

published 1.0.3 7 months ago
M
Q
P

La dependencia realiza las cuatro operaciones aritméticas básicas: suma, resta, multiplicación y división entre dos números. Una vez elegido el método, al primer parámetro se le aplica la operación con el segundo parámetro y nos devuelve el resultado d

published 1.0.2 8 months ago
M
Q
P