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 748897 - gnome calculator now supports complex numbers.
gnome calculator now supports complex numbers.
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: docs
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
: 748730 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-05-04 14:55 UTC by lap4fsf
Modified: 2018-01-24 00:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Quick and dirty patch (which does not explain what these functions do) (847 bytes, patch)
2017-08-04 08:23 UTC, André Klapper
none Details | Review
Proposed fix with brief explanations of each function (1.61 KB, patch)
2017-08-13 23:15 UTC, David Faour
committed Details | Review

Description lap4fsf 2015-05-04 14:55:07 UTC
"Complex Numbers" section in 'Calculator Help' (Calculator Help › Numbers ») says
"Complex numbers are not supported in Calculator."

Calculator now supports complex numbers, as well as following complex functions:-
[1] re()
[2] im()
[3] conj()
[4] arg()

There are special keys for these functions in 'Advanced mode' too.
Comment 1 Matthias Clasen 2015-09-18 19:56:09 UTC
*** Bug 748730 has been marked as a duplicate of this bug. ***
Comment 2 André Klapper 2017-08-04 08:23:23 UTC
Created attachment 356920 [details] [review]
Quick and dirty patch (which does not explain what these functions do)
Comment 3 David Faour 2017-08-13 23:15:04 UTC
Created attachment 357529 [details] [review]
Proposed fix with brief explanations of each function