public function pow($n)
 {
     return new self($this->unit->pow($n));
 }