Sujet : Re: about some potentially interesting unicode operators
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 05. Sep 2024, 08:07:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vbblbt$8f5h$2@dont-email.me>
References : 1
User-Agent : Pan/0.160 (Toresk; )
On Wed, 28 Aug 2024 01:58:26 +0200, fir wrote:
a·b·····
middle dot - terribly nice and good loking
The official international standard for a decimal point character, in
place of region-specific comma and full-stop characters.
Also, De Morgan’s theorems:
¬(A ∧ B) = ¬A ∨ ¬B
¬(A ∨ B) = ¬A ∧ ¬B
Or, if you like:
¬(¬A ∧ ¬B) = A ∨ B
¬(¬A ∨ ¬B) = A ∧ B