Search

November 14, 2006
Issues »
...x,
 * returning a value ranging from -π/2 to π/2.
 *
 *      $(TABLE_SV
 *      <tr> <th...
November 11, 2006
General »
...fix your files.  Here you go

   perl -pi -e 's/(\W)(val)(\W)/${1}${2...
October 08, 2006
Announce »
Bug fixes. \dmd\samples\d\pi.d sped up by 40%.

http://www.digitalmars.com...
September 27, 2006
Learn »
...double a) {
         _radius = sqrt(a/PI);
    }

    public double area() {
         return PI * _radius * _radius;
    }

    public void...
September 12, 2006
Issues »
...anchored types as in eiffel?

http://www.pi.informatik.tu-darmstadt.de/inf1/eiff-ref...
September 11, 2006
Learn »
...PROXY_DECLARE(proxy)											\
				typedef class I##proxy* PI##proxy;							\
				class NOVTABLE I##proxy { public:
	#define...
August 24, 2006
General »
...ParallelComputation) {
        float foo() {
                float pi = calcPiLotsofAccuracy();
                long rects = getRectangleCount();
                return pi * rects;
        }
}
If the compiler...
July 21, 2006
Announce »
...import java.lang;
alias java.lang.Math.PI PI;

e)
static import java.lang;
alias...
July 19, 2006
Learn »

Yeah, I found it a bit confusing. I'm sure Walter has a reason for...
July 19, 2006
Learn »
I've only been using D sinds June 2006, I stumbled accross this today.


Is...
103 104 105 106 107 108 109 110 111 112 113
Next ›   Last »