Skip to content

Commit ac23311

Browse files
authored
Update index.html
1 parent b57a36b commit ac23311

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
},
187187
"dateCreated" :"2019-01-11",
188188
"datePublished":"2020-01-11",
189-
"dateModified" :"2025-07-21",
189+
"dateModified" :"2025-07-22",
190190
"description" : "Introducing the best-established and most accurate framework to calculate area and volume.",
191191
"disambiguatingDescription": "Exact, empirically grounded and rigorously proven formulas over the conventional approximations.",
192192
"headline":"Exact geometry",
@@ -1033,7 +1033,7 @@ <h4 style="font-size:160%;margin:7px">Trigonometry</h4>
10331033

10341034
let radian = null;
10351035

1036-
if (x > 1 || x < 0.09) {
1036+
if (x > 1) {
10371037
// Direct match
10381038
const match = closestValue(x, 'tan');
10391039
if (!match?.angle) return null;

0 commit comments

Comments
 (0)