sameSign()Determines if two or more numbers have the same sign (negative or positive).
This function is valid in v2.13.0 to v2.24.3. This function has been downloaded 65 times.number1.true if all of the numbers are positive or all of them are negative, otherwise false is returned.