Skip to content

Instantly share code, notes, and snippets.

@kabriel
Last active December 8, 2016 21:55
Show Gist options
  • Save kabriel/6ba58b1f68f005dc72a373294d303902 to your computer and use it in GitHub Desktop.
Save kabriel/6ba58b1f68f005dc72a373294d303902 to your computer and use it in GitHub Desktop.
test
const val = -20.1943
const factor = -0.2971
let foo = val * factor
foo
///Why is this happening?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment