November 14, 2006 Issues » [Issue 503] New: Names of arguments to atan2 are backwards | |||
|---|---|---|---|
| |||
...x, * returning a value ranging from -π/2 to π/2. * * $(TABLE_SV * <tr> <th... | |||
November 11, 2006 General » Re: auto storage class - infer or RAII? | |||
|---|---|---|---|
| |||
...fix your files. Here you go
perl -pi -e 's/(\W)(val)(\W)/${1}${2... | |||
October 08, 2006 Announce » DMD 0.169 release | |||
|---|---|---|---|
| |||
Bug fixes. \dmd\samples\d\pi.d sped up by 40%. http://www.digitalmars.com... | |||
September 27, 2006 Learn » Re: Why are opCall's not implicitely assignable? | |||
|---|---|---|---|
| |||
...double a) {
_radius = sqrt(a/PI);
}
public double area() {
return PI * _radius * _radius;
}
public void... | |||
September 12, 2006 Issues » Re: [Issue 323] New: Error: need opCmp for class Bar | |||
|---|---|---|---|
| |||
...anchored types as in eiffel? http://www.pi.informatik.tu-darmstadt.de/inf1/eiff-ref... | |||
September 11, 2006 Learn » tchar.h, #defines, Cpp to D | |||
|---|---|---|---|
| |||
...PROXY_DECLARE(proxy) \
typedef class I##proxy* PI##proxy; \
class NOVTABLE I##proxy { public:
#define... | |||
August 24, 2006 General » Re: The Next Mainstream Programming Language: A Game Developer?s Perspective | |||
|---|---|---|---|
| |||
...ParallelComputation) {
float foo() {
float pi = calcPiLotsofAccuracy();
long rects = getRectangleCount();
return pi * rects;
}
}
If the compiler... | |||
July 21, 2006 Announce » Re: Java2D III | |||
|---|---|---|---|
| |||
...import java.lang; alias java.lang.Math.PI PI; e) static import java.lang; alias... | |||
July 19, 2006 Learn » Re: Hidden get method for properties | |||
|---|---|---|---|
| |||
Yeah, I found it a bit confusing. I'm sure Walter has a reason for... | |||
July 19, 2006 Learn » Hidden get method for properties | |||
|---|---|---|---|
| |||
I've only been using D sinds June 2006, I stumbled accross this today. Is... | |||
Copyright © 1999-2021 by the D Language Foundation