For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsOdd

Checks if a value is odd

IsOdd(4) → false
IsOdd(3) → true

Inputs

IsOdd(number)

  • number- A number expression

Return true if a number is odd, and false otherwise

Last updated