Negative?
Checks if a number is negative.
Syntax
negative?(Real)
Description
Given a real number , returns true
if it is negative, and false
otherwise.
Checks if a number is negative.
negative?(Real)
Given a real number , returns true
if it is negative, and false
otherwise.