@rocksandy/math
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

math-ext

fix floating point arithmetic bug

install

npm i math-ext

API

import * as MathExt from '@rocksandy/math';

MathExt.add(a: number, b:number);
MathExt.sub(a: number, b:number);
MathExt.mul(a: number, b:number);
MathExt.div(a: number, b:number);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

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

Package Sidebar

Install

npm i @rocksandy/math

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

4.67 kB

Total Files

6

Last publish

Collaborators

  • rocksandy