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