Skip to content

Math.ceil with fixed, formats a number using fixed-point notation and returns a number.

Notifications You must be signed in to change notification settings

TCharts/fixed-ceil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixed-ceil

Math.ceil with fixed, formats a number using fixed-point notation and returns a number.

Build Status Coverage Status npm npm download

Usage

npm i --save fixed-ceil

var round = require('fixed-ceil');
// round(number, toFixed);

ceil(125.34567, 2); // 125.35
ceil(125.34567); // 126
ceil(125.34567, -1); // 130

License

ISC@ProtoTeam.

About

Math.ceil with fixed, formats a number using fixed-point notation and returns a number.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published