-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strange clobber of values in Math::Complex #9590
Comments
From david.madore@ens.frThis is a bug report for perl from david.madore@ens.fr, The following program: ### cut after this line ### use strict; sub stupid { my $z = Math::Complex->make(0.5,0.5*sqrt(15)); gives the following output (with Debian's 5.10.0-17 both under i386 z=-0.125+0.484122918275927i This is obviously wrong: q is not exp(2*i*pi*z). The strangest thing Am I out of my mind, or is this utterly broken? Flags: Site configuration information for perl 5.10.0: Configured by Debian Project at Sun Nov 2 07:30:08 UTC 2008. Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Locally applied patches: @INC for perl 5.10.0: Environment for perl 5.10.0: |
From @chornyI have reported this bug to bug tracker of Math::Complex, with seriously Problem is missing copy constructor. On Sun Dec 07 15:13:24 2008, david.madore@ens.fr wrote:
-- |
The RT System itself - Status changed from 'new' to 'open' |
From @obraResolving per chorny |
@obra - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#61142 (status was 'resolved')
Searchable as RT61142$
The text was updated successfully, but these errors were encountered: