After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608593 - Wrong text for undefined tangent function
Wrong text for undefined tangent function
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-31 14:32 UTC by Alexander Shopov
Modified: 2010-02-18 04:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description Alexander Shopov 2010-01-31 14:32:47 UTC
The comment on line 278 in the file ../src/mp-trigonometric.c
     "Tangent not defined for angles that are multiples of π∕2 (180°) from π∕4 "
     "(90°)"

Is wrong.

Must be:
"Tangent not defined for angles that are multiples of π (180°) from π∕2 "
"(90°)"

or perhaps for angles of the form π∕2 + kπ, k ∈ ℤ (or π∕2 ± kπ, k ∈ ℕ)