We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57a36b commit ac23311Copy full SHA for ac23311
1 file changed
index.html
@@ -186,7 +186,7 @@
186
},
187
"dateCreated" :"2019-01-11",
188
"datePublished":"2020-01-11",
189
-"dateModified" :"2025-07-21",
+"dateModified" :"2025-07-22",
190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192
"headline":"Exact geometry",
@@ -1033,7 +1033,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
1033
1034
let radian = null;
1035
1036
- if (x > 1 || x < 0.09) {
+ if (x > 1) {
1037
// Direct match
1038
const match = closestValue(x, 'tan');
1039
if (!match?.angle) return null;
0 commit comments