Description Usage Arguments Value Examples
The functions checks if the input value is a multiple of 13. If not it returns the residual.
1 | ismultiple13(x)
|
x |
Real Value |
String expressing if the input value is a multiple of 13 or the residual.
1 2 3 | x <- 15
multiple13(x)
Not Multiple. The residual is: 2
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.