Socket
Book a DemoInstallSign in
Socket

fround

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fround

A ponyfill for ES6 Math.fround

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

fround Build Status

A ponyfill for ES6 Math.fround

Ponyfill: a polyfill that does not overwrite the native method

Install

$ npm install --save fround

Usage

var fround = require('fround');

fround(0);     // 0
fround(1);     // 1
fround(1.337); // 1.3370000123977661
fround(1.5);   // 1.5
fround(NaN);   // NaN

License

MIT © Arthur Verschaeve

Keywords

math

FAQs

Package last updated on 16 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts