Description Usage Arguments References Examples
This function uses dijkstra algorithm to find the shortest connection.
1 | euclidean(x, y)
|
x |
the first number. |
y |
the second number. |
from https://en.wikipedia.org/wiki/Euclidean_algorithm .
1 | euclidean(x=100, y=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.