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
The cotangent function gives the "Invalid input" error for values where tangent is undefined (such as 90, 270, and 450 degrees), even though it is well defined and equal to 0 at these values. This is because the cotangent function is internally handled as 1/(tan x), so it tries to do 1/(tan 90), and gives the error because tan 90 is undefined.
Steps To Reproduce
Enter 90 if the calculator is in degree mode (or pi/2 if the calculator is in radian mode, or 100 in gradian mode)
Click cot under Trigonometry (or just use J on the keyboard)
Invalid input
Expected behavior
The result would be 0.
Screenshots
Device and Application Information
OS Build: Windows 10 Home build 19045.5608
Architecture: 64-bit
Application Version: 11.2502.2.0
Region: en-US
Dev Version Installed: None
Additional context
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
The text was updated successfully, but these errors were encountered:
Describe the bug
The cotangent function gives the "Invalid input" error for values where tangent is undefined (such as 90, 270, and 450 degrees), even though it is well defined and equal to 0 at these values. This is because the cotangent function is internally handled as 1/(tan x), so it tries to do 1/(tan 90), and gives the error because tan 90 is undefined.
Steps To Reproduce
Expected behavior
The result would be 0.
Screenshots
Device and Application Information
Additional context
Requested Assignment
I'm just reporting this problem. I don't want to fix it.
The text was updated successfully, but these errors were encountered: