Description Usage Arguments Value Examples
It acts similiarly to Excel's ISODD function. If the specified number is odd then it returns true, if not then false.
1 | ISODD(number)
|
number |
Input the number for it to evaluate if it is an odd number? Works on vectors/arrays as well. |
First example returns true as it is an odd number 1, second example returns false as it isn't an odd number. Function will always return logical class.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.