ichigyou
    Preparing search index...

    Function isNeonNumber

    • Checks if a number is a Neon Number. A Neon Number is a number where the sum of digits of the square of the number is equal to the number.

      Parameters

      • num: number

        The number to check.

      Returns boolean

      True if the number is a Neon Number, false otherwise.