UNPKG

logan-maths-utils

Version:

A simple utility package with random number generator, palindrome checker, prime finder and more.

16 lines (10 loc) 582 B
# 🔢 logan-maths-utils [![npm version](https://img.shields.io/npm/v/simple-math-utils.svg)](https://www.npmjs.com/package/simple-math-utils) [![npm downloads](https://img.shields.io/npm/dt/simple-math-utils.svg)](https://www.npmjs.com/package/simple-math-utils) [![license](https://img.shields.io/npm/l/simple-math-utils.svg)](LICENSE) A lightweight JavaScript utility library that provides common **math** and **string** helper functions. Perfect for beginners, students, and projects 🚀 --- ## 📦 Installation ```bash npm install logan-maths-utils