type/equation
check for an equation
Calling Sequence
Parameters
Description
Supertypes
Examples
type(expr, equation)
type(expr, `=`)
expr
-
any expression
The call type(expr, equation) checks to see if expr is of type equation, that is, if it is an equality. It returns true if expr is of type equation, and false otherwise. The calling sequence type(expr, `=`) is a synonym for type(expr, equation).
type/relation
type⁡x2=4,equation
true
type⁡5<x2,equation
false
See Also
equation
type
Download Help Document