[Issue 3661] ^^ not supported in array operations.

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3661 Andrei Alexandrescu changed: What|Removed |Added Version|2.036 |D2 --

[Issue 3661] ^^ not supported in array operations.

2011-08-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #13 from bearophile_h...@eml.cc 2011-08-24 03:05:42 PDT --- See bug 6548 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3661] ^^ not supported in array operations.

2011-08-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3661] ^^ not supported in array operations.

2011-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 Iain Buclaw changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #11 f

[Issue 3661] ^^ not supported in array operations.

2011-08-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #10 from

[Issue 3661] ^^ not supported in array operations.

2010-11-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #9 from Witold Baryluk 2010-11-21 18:04:00 PST --- > > I don't know many methods which use them personally, but it doesn't mean > > that > > they shouldn't be provided. Actually any formula which have exponent (ie. > > Stirling's

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #8 from Don 2010-01-31 11:27:59 PST --- (In reply to comment #3) > (In reply to comment #1) > > (In reply to comment #0) > > > This is agains 2.037. > > > btw. also this in opPow doesnt work > > > > > > float pi = 3.14; > > > flo

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #7 from Witold Baryluk 2010-01-31 10:36:41 PST --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #4) > > > Floating-point exponents means the result type must be complex, which at > > > least > > > f

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #6 from Andrei Alexandrescu 2010-01-31 10:33:45 PST --- (In reply to comment #5) > (In reply to comment #4) > > Floating-point exponents means the result type must be complex, which at > > least > > for the moment complicates migr

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #5 from Witold Baryluk 2010-01-31 10:30:51 PST --- (In reply to comment #4) > Floating-point exponents means the result type must be complex, which at least > for the moment complicates migrating to a library-only implementation of

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 3661] ^^ not supported in array operations.

2010-01-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 --- Comment #3 from Witold Baryluk 2010-01-31 09:58:12 PST --- (In reply to comment #1) > (In reply to comment #0) > > This is agains 2.037. > > btw. also this in opPow doesnt work > > > > float pi = 3.14; > > float x = pi ^^ 2.0; > > > >

[Issue 3661] ^^ not supported in array operations.

2010-01-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3661 Stewart Gordon changed: What|Removed |Added Keywords||rejects-valid CC|