Last active
October 21, 2016 17:07
-
-
Save expede/592802fac13b200df5f386ab1952da65 to your computer and use it in GitHub Desktop.
IntegerProps
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
x == x -- Reflixivity | |
x * 0 == 0 -- Origin | |
x * 0 * 0 == 0 -- Idempotence | |
x + 0 == x -- Additive identity | |
x / 1 == x -- Divisive identity | |
x * 1 == x -- Multiplicative identity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reflixivity
➡️Reflexivity