We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddb3a6 commit 3d9dc55Copy full SHA for 3d9dc55
1 file changed
README.md
@@ -34,7 +34,7 @@ Now some details.
34
Node 1 contains the following code:
35
36
```ruby
37
-0.step(6*Math::PI, 0.01) do |x|
+0.step(6 * Math::PI, 0.01) do |x|
38
$outContainer << Cells.new.double(x).
39
double(Math.sin(x)).
40
double(Math.sin(x + Math::PI/3))
@@ -45,7 +45,7 @@ Node 2 contains the following code:
45
46
47
$outContainer.rowKey = 100000 # generate table keys from this number
48
49
50
double(Math.cos(x)).
51
double(Math.cos(0.3 * x))
0 commit comments