fraction - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


type/fraction

check for an object of type fraction

 

Calling Sequence

Parameters

Description

Supertypes

Examples

Calling Sequence

type(x, fraction)

Parameters

x

-

any expression

Description

• 

The type(x, fraction) calling sequence returns true if x is of type rational(type,rational) and not of type integer.

Supertypes

• 

type/rational

Examples

type1,fraction

false

(1)

type12,fraction

true

(2)

type0.5,fraction

false

(3)

typeString,fraction

false

(4)

typeName,fraction

false

(5)

typeab,fraction

false

(6)

typeab,fraction

false

(7)

See Also

type

type/atomic

type/literal

type/numeric

type/rational

 


Download Help Document