customize-string-operations
string-operations
string-operations
Advanced and simple operations with dates and calendars
Development to Operations
Basic mathematical operations with Decorator design pattern for input validation
This library provides a simple way to do math operations in base 100
A small, fast JavaScript library for arbitrary-precision decimal arithmetic.
An ES module providing functions for setting and clearing bits (and doing any bitwise operations) in Numbers up to 53 bits and in BigInts of any bit-width. In addition there's also functions to manipulate the bits in JavaScript's 64-bit floats and represe
A Node.js package for managing permissions using bitwise operations.
This module is for performing simple operations.
Crea tus bots con solo una linea de código :D
a simple library to perform crud operations on Database using Objects
Set operations for ES6 sets
finance calc math operations functions
Firestore query operators helper
Is a simple calculator, to perform arithmetic operations
Set closure for JavaScript
Strided array math operations.
``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol