1 | initial version |
Sorry for the noise, I'm seeing the light -- I should have written
```
def ff(b): return(max([b, 1-b]))
show(plot(ff, (a, 0, 1)))
```
The other writing mixes symbolic rules with pure code. Best, O.
2 | No.2 Revision |
Sorry for the noise, I'm seeing the light -- I should have written
```
def ff(b):
return(max([b, ```
The other writing mixes symbolic rules with pure code. Best, O.code.