Skip to content

Commit

Permalink
Added emphasis.
Browse files Browse the repository at this point in the history
  • Loading branch information
l4m4re committed Apr 20, 2018
1 parent 0931607 commit 726f44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ values for **y = f(x)**, as follows:
ys[i] = f( xs[i] )

For the two dimensional case, three arrays are used to store a number of known
values for y = f(X) = f(x1,x2), as follows::
values for **y = f(X) = f(x1,x2)**, as follows::

ys[i][j] = f( x1s[i], x2s[j] )

Expand Down

0 comments on commit 726f44e

Please sign in to comment.