Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Created May 7, 2018 21:20
Show Gist options
  • Save dubzzz/dc63a7534a4d966930dbc200fc6db86f to your computer and use it in GitHub Desktop.
Save dubzzz/dc63a7534a4d966930dbc200fc6db86f to your computer and use it in GitHub Desktop.
fc.assert(
fc.property(
fc.nat(), fc.nat(),
(a, b) => lcm(a, b) * gcd(a, b) === a * b));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment