Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed May 15, 2024
1 parent 25213e7 commit e060383
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions site/docs/_docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

Some basic exampeles.

```scala

import vecxt.*

val v1 = Array[Double](1, 2, 3)
val v2 = Array[Double](4, 5, 6)

v1.dot(v2)

cosineSimilarity(v1, v2)

```

0 comments on commit e060383

Please sign in to comment.