This package has been deprecated

Author message:

This version is unusable due to me forgeting to compile my typescript code

@gamertike/maths
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@gamertike/maths

A light weight maths module.

Usage

import { add, subtract, multiply, divide } from '@gamertike/maths';

console.log(`Add: ${add(4, 6)}`); // Add: 10

console.log(`Subtract: ${subtract(10, 3)}`); // Subtract: 7

console.log(`Multiply: ${multiply(3, 3)}`); // Multiply: 9

console.log(`Divide: ${divide(10, 2)}`); // Divide: 5

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @gamertike/maths

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

910 B

Total Files

2

Last publish

Collaborators

  • gamertike