This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am schowdhuri on github. | |
* I am schowdhuri (https://keybase.io/schowdhuri) on keybase. | |
* I have a public key ASD-VqNr1gkkGjyhMhLHSkqXE_O8PGhjLhgBBBn18MI_uQo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Round Half-Even | |
// Refer: https://en.wikipedia.org/wiki/Rounding#Round_half_to_even | |
// Demo: https://codepen.io/schowdhuri/pen/wPXdJe | |
// | |
// Author: Subir Chowdhuri | |
// Updated: 2018-02-12 | |
// License: MIT | |
// | |
// Copyright (c) 2018 Subir Chowdhuri |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ "env", "stage-1" ] | |
} |