Enhanced Bitwise Art Generator

Create mesmerizing art with extended functions (sinc, clamp, mix, avg, randomInt, sec, csc, cot, deg, rad, and more), extra constants (PHI, LN2, LN10, etc.), audio synthesis, grid overlays, and settings export/import!

Current Algorithm: f(x, y, t) =

Allowed tokens include variables x, y, t; functions sin, cos, tan, asin, acos, atan, atan2, log, abs, sqrt, min, max, pow, exp, hypot, cbrt, sign, floor, ceil, round, log10, log2, sinh, cosh, tanh, asinh, acosh, atanh, expm1, log1p, trunc, random, sec, csc, cot, deg, rad, sinc, clamp, mix, avg, randomInt; constants PI, E, LN2, LN10, SQRT2, SQRT1_2, LOG2E, LOG10E, PHI; and operators +, -, *, /, %, &, |, ^, <<, >>, ~, (, ), .