You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Some tests in Complex.t.sol have low accuracy (upto none or one decimal place). Improve the accuracy to at least 3 decimal places (for now, ideally should be around 7-8 decimal places).
Objective:
Optimise library and rewrite the following tests such that they have 3 decimal places of accuracy.
function testDivZ() public {} // dont divide output by scalefunction testCalcR() public {} // dont divide output by scalefunction testToPolar() public {} // dont divide output by scalefunction testPowZ() public {} // have 3 decimals of accuracy instead of one
Source: ./test/Complex.t.sol
The text was updated successfully, but these errors were encountered:
⚙️ [OPTIMIZATION]
Description:
Some tests in
Complex.t.sol
have low accuracy (upto none or one decimal place). Improve the accuracy to at least 3 decimal places (for now, ideally should be around 7-8 decimal places).Objective:
Optimise library and rewrite the following tests such that they have 3 decimal places of accuracy.
Source:
./test/Complex.t.sol
The text was updated successfully, but these errors were encountered: