1.0.3 • Published 4 years ago

calculation-precisely v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Introduction

The precisely calculation of Javascript 用于js的精确的四则运算

Install

 npm install calculation-precisely -D

Usage

import calculation from 'calculation-precisely'

or 

const calculation = require('calculation-precisely')


calculation(5.10, 100, '+')    // 105.10
calculation(5.10, 1, '-')    // 4.10
calculation(5.1, 100, '*')    // 51
calculation(510, 100, '/')    // 5.10
1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago