Description Usage Arguments Source
Function to calculate greatest common divisor of two numbers (x and y) using the Euclidean algorithm based on pseudocode from Wikipedia.
1 | euclidean(x, y)
|
x |
a numeric scalars or integers. |
y |
a numeric scalars or integers. |
https://en.wikipedia.org/wiki/Euclidean_distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.