cplx still not fully implemented but fixed bug

This commit is contained in:
Dennis Eichhorn 2019-12-22 11:25:36 +01:00
parent 2a2a655002
commit 3063a6b5a2

View File

@ -181,7 +181,7 @@ final class Complex
*/
public function powComplex(self $value) : self
{
return $this;
}
/**
@ -215,7 +215,7 @@ final class Complex
*/
public function powScalar($value) : self
{
return $this;
}
/**