mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 07:18:39 +00:00
cplx still not fully implemented but fixed bug
This commit is contained in:
parent
2a2a655002
commit
3063a6b5a2
|
|
@ -181,7 +181,7 @@ final class Complex
|
||||||
*/
|
*/
|
||||||
public function powComplex(self $value) : self
|
public function powComplex(self $value) : self
|
||||||
{
|
{
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -215,7 +215,7 @@ final class Complex
|
||||||
*/
|
*/
|
||||||
public function powScalar($value) : self
|
public function powScalar($value) : self
|
||||||
{
|
{
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user