Julia set: Difference between revisions

No edit summary
Line 10:
<lang cpp>
#include <windows.h>
#include <ctime>
#include <string>
#include <complex>
Line 139 ⟶ 138:
};
int main( int argc, char* argv[] ) {
srand( static_cast<unsigned>( time( 0 ) ) );
std::complex<long double> c;
long double factor = FCT / BMP_SIZE;