# HG changeset patch # User HackBot # Date 1456787024 0 # Node ID 498f0a887e2ab3bf8ccde7868a9da94fbdddcde6 # Parent f17fd25da8ccf8fa168c562b763cf8eb88b44c63 slashlearn ^/^ (also notated by \xe2\x8a\x95 or \xe2\x8a\xbb) is the exclusive-or operator; \xe2\x88\xa7 (also notated by &) is the and (conjunction) operator; ^ (also notated by \xe2\x86\x91 or ** or *) is the power operator. diff -r f17fd25da8cc -r 498f0a887e2a wisdom/^ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wisdom/^ Mon Feb 29 23:03:44 2016 +0000 @@ -0,0 +1,1 @@ +^ (also notated by ⊕ or ⊻) is the exclusive-or operator; ∧ (also notated by &) is the and (conjunction) operator; ^ (also notated by ↑ or ** or *) is the power operator.