Last Updated: February 25, 2016
·
492
· moubry

De Morgan's Laws

!(p && q) is the same as !p || !q

!(p || q) is the same as !p && !q

http://en.wikipedia.org/wiki/De_Morgan%27s_laws