[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-27 Thread FanJun Kong - ( BH1SCW )
@Jeremy

I test on 16.04, gnome-calculator 3.18.3 it works fine.
result is as follow:
-1
2i
3+4i

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-23 Thread FanJun Kong - ( BH1SCW )
** Changed in: gnome-calculator (Ubuntu Xenial)
   Status: Triaged => In Progress

** Changed in: gnome-calculator (Ubuntu Xenial)
 Assignee: (unassigned) => FanJun Kong - ( BH1SCW ) (fjkong)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-21 Thread Jeremy Bicha
This will be fixed in this version for Ubuntu 16.10. I'm going to go
ahead and close the 16.10 bug task now since it wasn't mentioned in the
changelog.

https://launchpad.net/ubuntu/+source/gnome-
calculator/1:3.22.2-1ubuntu0.1

** Changed in: gnome-calculator (Ubuntu Yakkety)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-06 Thread Bug Watch Updater
** Changed in: gnome-calculator
   Status: Unknown => Fix Released

** Changed in: gnome-calculator
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-06 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-calculator - 1:3.23.4-0ubuntu1

---
gnome-calculator (1:3.23.4-0ubuntu1) zesty; urgency=medium

  * New upstream release.
- Complex numbers are handled more accurately using mpc (LP: #1566513)
- Titlebar now displays correct app name in Unity (LP: #1615408)
  * debian/control.in:
- Build-depend on libmpc-dev
- Bump minimum libgtk-3-dev
  * Refreshed git_no_headerbars_in_unity.patch
  * Add git_fix_ans_value_in_popup.patch:
- Display 'ans' value correctly in variable list

 -- Jeremy Bicha   Mon, 06 Feb 2017 14:41:00 -0500

** Changed in: gnome-calculator (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-06 Thread Jeremy Bicha
Thanks for submitting the patch. I talked to the gnome-calculator
developer and he is probably doing a 3.18.4 release within the next week
or so that will include your patch. Let's wait for that before uploading
to Ubuntu 16.04 LTS.

** Bug watch added: GNOME Bug Tracker #759439
   https://bugzilla.gnome.org/show_bug.cgi?id=759439

** Also affects: gnome-calculator via
   https://bugzilla.gnome.org/show_bug.cgi?id=759439
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-calculator (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: gnome-calculator (Ubuntu Xenial)
   Importance: Undecided => Low

** Changed in: gnome-calculator (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-calculator (Ubuntu Yakkety)
   Importance: Undecided => Low

** Changed in: gnome-calculator (Ubuntu Yakkety)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-06 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gcalctool/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2017-02-05 Thread Jeremy Bicha
The test cases work correctly with gnome-calculator 3.23.4. The results I get 
are:
-1
2i
3+4i

This was fixed by using the mpc library, which is probably too much to
backport that change to Ubuntu 16.04 LTS.

** Changed in: gnome-calculator (Ubuntu)
   Status: New => Fix Committed

** Also affects: gnome-calculator (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: gnome-calculator (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566513] Re: Complex numbers are exponentiated incorrectly

2016-04-05 Thread Ubuntu Foundations Team Bug Bot
The attachment "complex-exponentiation.patch" seems to be a patch.  If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566513

Title:
  Complex numbers are exponentiated incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calculator/+bug/1566513/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs