Skip to content

Commit

Permalink
Update Deploy.s.sol
Browse files Browse the repository at this point in the history
Deployed Other Functions as well.
  • Loading branch information
Sh0g0-1758 authored Dec 15, 2023
1 parent dfe0523 commit 848fbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ interface WRAPPER {
function toPolar(int256, int256) external returns (int256, int256);
function fromPolar(int256, int256) external returns (int256, int256);

// function p_atan2(int256, int256) external returns (int256);
function p_atan2(int256, int256) external returns (int256);

// function atan1to1(int256) external returns (int256);
function atan1to1(int256) external returns (int256);

function ln(int256, int256) external returns (int256, int256);

Expand Down

0 comments on commit 848fbea

Please sign in to comment.