1.0.1-rc.6 • Published 7 months ago

simple-math-lib2 v1.0.1-rc.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Simple Math Lib2

npm version npm downloads CI License: MIT

A simple math library that provides basic arithmetic operations.

Features

  • Addition
  • Subtraction

Installation

To install simple-math-lib2, use npm:

npm install simple-math-lib2

Or with yarn:

yarn add simple-math-lib2

Usage

Here's a basic example:

import { add, subtract } from "simple-math-lib2";

console.log(add(2, 3)); // Outputs: 5
console.log(subtract(5, 2)); // Outputs: 3

Documentation

For detailed documentation on all functions, please click here.

Testing

We use Jest for testing. To run the tests:

npm test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.

Ensure to update tests as appropriate.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.1-rc.6

7 months ago

1.0.1-rc.5

7 months ago

1.0.1-rc.4

7 months ago

1.0.1-rc.3

7 months ago

1.0.1-rc.1

7 months ago

1.0.0

7 months ago