sign-flip
v1.0.0
Published
flip the sign of a number: a minimal approach
Downloads
6
Readme
SignFlip
Using a minimal approach to flip the sign of a number.
Install
npm install sign-flip
Usage
signFlip(666)
signFlip(-666)
License
The mighty MIT license. Please check LICENSE
for more details.