Skip to content

Instantly share code, notes, and snippets.

@carbide-public
Created October 16, 2021 12:12
Show Gist options
  • Save carbide-public/370f0e118d3429331059110bbfe65ab1 to your computer and use it in GitHub Desktop.
Save carbide-public/370f0e118d3429331059110bbfe65ab1 to your computer and use it in GitHub Desktop.
dddd
var points = [];
for (var i = -50; i < 50; i++) {
points.push(Math.sin(i / 2));
}
points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment