Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfloat

Unfloat a floating value to an integer number.

Build status for Node.js 4.x and newer

let unfloated_val = unfloat (1.123456789)
// unfloated_val will be: 123456789

Preserve integer digits

let unfloated_val = unfloat (1.123456789, true)
// unfloated_val will be: 1123456789

About

Unfloat a floating value to an integer number

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages