Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 410 Bytes

File metadata and controls

21 lines (14 loc) · 410 Bytes

NumericQ

NumericQ(expr)

returns True if expr is an explicit numeric expression, and False otherwise.

Examples

>> NumericQ(E+Pi)
True
 
>> NumericQ(Sqrt(3))
True

Github