Description Usage Arguments Value Examples
Test whether to integers are coprime, that is, have no factors in common
1 | is_coprime(x, y)
|
x, y |
integers to be tested for coprimality |
A logical vector
1 2 | is_coprime(sequence(10:16), rep(10:16, 10:16))
is_coprime(2*3*5*7, 11*13)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.