This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ВИЗУАЛИЗАТОР ФРАКТАЛОВ - ИСПРАВЛЕННЫЙ ПОЛНОЭКРАННЫЙ РЕЖИМ И СОХРАНЕНИЕ ПРОПОРЦИЙ""" | |
| import pygame | |
| import numpy as np | |
| import sys | |
| import time | |
| from numba import njit, prange | |
| import random | |
| import math |