mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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
|
||||
{
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -215,7 +215,7 @@ final class Complex
|
|||
*/
|
||||
public function powScalar($value) : self
|
||||
{
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user