isReal

open val isReal: Boolean

Checks whether the current term is a real number. This method is guaranteed to return true if and only if the current term is an instance of Real.

Return

true if the current term is a real number, or false, otherwise