Data Sheet Errata
Documentation Errata for VisualDSP++® 5.0 C/C++ Compiler Manual for SHARC® Processors
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++)
Last Update Date: 2017年05月08日