The name of the function is myprime. The format of the function is myprime(x). This function checks prime numbers. In other words, If you put one of the counting numbers to x, it tells you whether the number is a prime number or not.
1 | myprime(x)
|
1 | myprime(11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.