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
type1,fraction
false
type12,fraction
true
type0.5,fraction
typeString,fraction
typeName,fraction
typeab,fraction
See Also
type
type/atomic
type/literal
type/numeric
Download Help Document