fork(6) download
  1. | x delta |
  2. x := 1.
  3. [(delta := -2 * x * x + 1 * x / 2) abs > (1/1e1000)] whileTrue: [x := x + delta].
  4. ^x * 2s1000
  5.  
Success #stdin #stdout 0.02s 74112KB
stdin
Standard input is empty
stdout
Standard output is empty