Download the PHP package ordermind/logic-gates without Composer
On this page you can find all versions of the php package ordermind/logic-gates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ordermind/logic-gates
More information about ordermind/logic-gates
Files in ordermind/logic-gates
Download ordermind/logic-gates
More information about ordermind/logic-gates
Files in ordermind/logic-gates
Vendor ordermind
Package logic-gates
Short Description Provides classes for logic gates such as AND and OR
License MIT
Package logic-gates
Short Description Provides classes for logic gates such as AND and OR
License MIT
Keywords collection
Please rate this library. Is it a good library?
Informations about the package logic-gates
logic-gates
This is a generic library that provides logic gates for use by other libraries. It is possible to use the output value of one gate as an input value to another, and thus nesting the gates indefinitely.
Currently supported gates:
Note about the XOR gate
If the number of input values for the XOR gate is greater than 2, it behaves as a cascade of 2-input gates and performs an odd-parity function. In effect that means that the output of the XOR gate is true
if the number of true
input values is odd, otherwise the output is false
.
All versions of logic-gates with dependencies
PHP Build Version
Package Version
The package ordermind/logic-gates contains the following files
Loading the files please wait ....