Skip to content

Commit

Permalink
And apply the rule
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 11, 2024
1 parent 116fe67 commit f2bab21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Complex.mo
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ operator record Complex "Complex number with overloaded operators"
<p>This function returns the given Complex number c1 to the power of the Complex number c2.</p>
</html>"));
end complexPower;

function integerPower "Integer power of complex number"
import Complex;
input Complex c1 "Complex number";
Expand Down

0 comments on commit f2bab21

Please sign in to comment.