Does not exist:
! (a or b)! a or! b! (a and b)
something else?
! (a or b)
see http://en.wikipedia.org/wiki/Logical_NOR for more:
, , , . (p NOR q) , p, q - .. p q . grammar, ...
! (a b)
NOR(a, b) NOT(OR(a, b)), !(a or b) . De Morgan Laws, (!a) and (!b).
NOR(a, b)
NOT(OR(a, b))
!(a or b)
(!a) and (!b)
: ! (a b)
!
! a ! b
((a NAND a) NAND (b NAND b)) NAND ((a NAND a) NAND (b NAND b)), , .:)
((a NAND a) NAND (b NAND b)) NAND ((a NAND a) NAND (b NAND b))
Source: https://habr.com/ru/post/1709153/More articles:How to debug fastcgi application? - pythonHow to export a PostgreSQL table to HTML? - postgresqlWhen should you use xml schemes (.xsd) when reading xml? - c #EXC_BAD_ACCESS, but without zombies, and not in assembly debugging configuration - iphoneOracle Date Rounding - oracleHow to find out when the scope of a Sql database changes? - sql-serverMocha: How do you set up the instance method? - ruby | fooobar.comsending password via ajax.get or ajax.post - jqueryHow to access domain properties from a controller in Grails? - javaТактика сайта: вопрос о том, сколько SQL-запросов достаточно - mysqlAll Articles