Skip to content

Instantly share code, notes, and snippets.

@poppen
Created February 4, 2013 07:14
Show Gist options
  • Select an option

  • Save poppen/4705389 to your computer and use it in GitHub Desktop.

Select an option

Save poppen/4705389 to your computer and use it in GitHub Desktop.
Dim goal
Dim before
Dim x
Dim y
Dim i
goal = 1000000
Do While True
before = Timer
For i = 0 to goal
x = 0.000001
y = sin(x)
y = y + 0.00001
Next
y = y + 0.01
Loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment