cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
305 stars 55 forks source link

Incorrect description of B^N in boolalg doc #108

Closed cjdrake closed 9 years ago

cjdrake commented 9 years ago

Currently says:

:math:`B^N` means the Cartesian product of :math:`N` Boolean variables.

This is incorrect. It should be the Cartesian product of N sets of {0, 1}.

Brought to my attention by Nicky van Foreest.