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