Negative? Checks if a number is negative. Syntax negative?(Real) Description negative?(Real) Given a real number , returns true if it is negative, and false otherwise. Related functions Positive?, Sign, Sign0 Table of Contents Syntax Description Related functions