Earlier quoted context omitted.
What do you mean? Neurons work exactly like if/then statements. If (input > level) {transmit information}
Ummm.... no. You might be able to make the case that a neuron can be simulated with a very complex set of if-then statements, but that assumes that we can know everything about the state of a dozen inputs, which we can't. At any rate, the brain is not a computer: https://aeon.co/essays/your-brain-does-not-process-informati...
This is not very complex and accurately models neurotransmission. What's missing here is the vastness of connections from a particular neuron towards thousands or more other neurons, but the inherent function is definitely not complex.
* weight being either 1 if you adopt a continous modelization (multiple serial input provide multiple serial output) or a float if you prefer the discrete modelization (sum of input to sum of output)