Documentation Errata for VisualDSP++ 5.0 C/C++ Compiler Manual for SHARC Processors (Revision 1.5, January 2011)
|
| Chapter: 1 |
Page: 366 |
| DOC ID: DOC-928 |
| Change |
In Listing 1-7 (Mandelbrot Generator Example -- C code), change from:
for (n = 0; n<max && (real+imag)<5.0; n++)
Change to:
for (n = 0; n<max && (real+imag)<4.0; n++)
|
back to top |
|
Last Updated: March 10, 2011