Resolve "Implement pow for units"
Implements the previously missing method Unit.__pow__
. After this merge it is possible to raise units to a power, for example meter**2
.
Closes #2 (closed)
Edited by Frank Sauerburger
Implements the previously missing method Unit.__pow__
. After this merge it is possible to raise units to a power, for example meter**2
.
Closes #2 (closed)