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.
The number to check.
True if the number is a Neon Number, false otherwise.
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.