Currently, making `$a->pow($b)` can produce errors if `$a` is a negative value. To fix the problem it's a good idea to solve the bugs #21 and #22 .
Currently, making
$a->pow($b)can produce errors if$ais a negative value. To fix the problem it's a good idea to solve the bugs #21 and #22 .