Wrapper around a bipolar value. Immutable.
let b = Bipolar.immutable();let b = Bipolar.immutable(0.5);b = b.add(0.1); Copy
let b = Bipolar.immutable();let b = Bipolar.immutable(0.5);b = b.add(0.1);
Wrapper around a bipolar value. Immutable.