Search

September 19, 2005
c++.stlsoft »
...i ) { }

   // must succeed
   if ( pi == NULL ) { }

   // must succeed
   if ( NULL == pi ) { }

   // must succeed
   if ( mfp...
September 13, 2005
General »
...atan2 function:

    atan2(0, -0) => pi
    atan2(-0, -0) => -pi

pow() is also sensitive to...
September 12, 2005
General »
...from C into D, it's not needed for compatibility.

cos(PI) + sin(PI) *1i;

September 12, 2005
General »
...C99 and for situations like

cos(PI) + I * sin(PI)

where you want to convert...
September 08, 2005
c++.stlsoft »
...succeeds (pointer):
   if ( pi == NULL_v() ) { }

   // Ok: succeeds (pointer):
   if ( NULL_v() == pi ) { }

   // Ok: succeeds...
August 22, 2005
General »
...what you expect. For example, sin(2*PI) will not be <i>exactly<i> zero...
August 21, 2005
General »
...and a point suffices:

`sin.pi' instead of `sin( pi)'
`arr.1'  instead of `arr...
August 19, 2005
General »
...since they are all simple relationships on pi?  These do provide an important purpose: they...
August 18, 2005
General »
...10)
  max!(double)(10, 33.33, -PI, 2*PI, 0);
  int[] nums = ...;
  int bound = max...
August 17, 2005
General »
...PI+x.epsilon) and sin(n*PI-x.epsilon), if
  n*PI + PI >= n*PI...
108 109 110 111 112 113 114 115 116 117 118
Next ›   Last »