Skip to content

Commit a982857

Browse files
committed
Replace tan(91) with tan(135)
1 parent db6fd6a commit a982857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ mod tests {
918918
("tan", "0", 0.into()),
919919
("tan", "45", 0.9999999999999999.into()),
920920
("tan", "90", 16331239353195370i64.into()),
921-
("tan", "91", (-57.28996163075955).into()),
921+
("tan", "135", (-1.0000000000000002).into()),
922922
// asin
923923
("asin", "-0.5", (-30.000000000000004).into()),
924924
("asin", "0", 0.into()),

0 commit comments

Comments
 (0)