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
tape('the function can be used to compute the cosine for input values outside of `[-pi/4, pi/4]` after argument reduction via `rempio2` (positive)',functiontest(t){
74
+
varexpected;
73
75
varvalues;
74
76
varout;
75
77
varx;
@@ -78,18 +80,19 @@ tape( 'the function can be used to compute the cosine for input values outside o
@@ -99,6 +102,7 @@ tape( 'the function can be used to compute the cosine for input values outside o
99
102
});
100
103
101
104
tape('the function can be used to compute the cosine for input values outside of `[-pi/4, pi/4]` after argument reduction via `rempio2` (negative)',functiontest(t){
105
+
varexpected;
102
106
varvalues;
103
107
varout;
104
108
varx;
@@ -107,18 +111,19 @@ tape( 'the function can be used to compute the cosine for input values outside o
0 commit comments