matician - v2.0.0
    Preparing search index...

    Function isOdd

    • Determines if a number is odd.

      Parameters

      • value: number

        The number to check.

      Returns boolean

      true if the number is odd, otherwise false.

      isOdd(3);   // true
      isOdd(4); // false