Trigonometry One Page
We will take advantage of HTML's new (as of 2023) <math>
tag to represent some useful fundamentals of trigonometry.
A look at the unit circle
*i.e. "domain error", or "Invalid input", etc.
>>> import math
>>> math.tan(math.radians(90))
1.633123935319537e+16
>>>
Trigonometric Identities from the Unit Circle
Complementary Angles
cosin = sin of the complementary angle
cotan = tan of the complementary angle
cosec = sec of the complementary angle
Example
Lessons Learned
The following holds true both for mathematics in particular and for life in general.
You may ask a question, and the answer that you receive does not satisfy your curiosity.
The first answer that you receive — in practice — does not answer your question.
So in this case, you should go and find someone else with a different perspective, and then ask your question again.
References