Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

sindresorhus/math-sign

Deprecated as this is now natively available in all modern browsers and Node.js versions.


math-sign

ES2015 Math.sign() ponyfill

Install

$ npm install --save math-sign

Usage

var mathSign = require('math-sign');

mathSign(5);
//=> 1

mathSign(-2);
//=> -1

License

MIT © Sindre Sorhus

About

ES2015 Math.sign() ponyfill

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •