MCPcopy Create free account
hub / github.com/HackerPoet/FractalSoundExplorer / chirikov

Function chirikov

Main.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 y = ny;
110}
111void chirikov(double& x, double& y, double cx, double cy) {
112 y += cy*std::sin(x);
113 x += cx*y;
114}
115
116//List of fractal equations
117static const Fractal all_fractals[] = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected