Skip to content

Commit

Permalink
add some examples in readme.md github #17
Browse files Browse the repository at this point in the history
  • Loading branch information
yudhastyawan committed Jul 26, 2021
1 parent 17ca1b1 commit d64aaf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ another language such as Python.
# using built-in len() python
>>> len(vec2)
9

# create a new vector based on an existing vector changed by a value.
>>> vec3 = vec2 << 5.
>>> print(vec3)
9 [5.00000, 5.00000, 5.00000, 5.00000,..., 5.00000]
Expand Down

0 comments on commit d64aaf3

Please sign in to comment.