type/fraction
check for an object of type fraction
Calling Sequence
Parameters
Description
Supertypes
Examples
type(x, fraction)
x
-
any expression
The type(x, fraction) calling sequence returns true if x is of type rational(type,rational) and not of type integer.
type/rational
type⁡1,fraction
false
type⁡12,fraction
true
type⁡0.5,fraction
type⁡String,fraction
type⁡Name,fraction
type⁡ab,fraction
See Also
type
type/atomic
type/literal
type/numeric
Download Help Document