atomic - 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/atomic

check for an object of type atomic

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(x, atomic)

Parameters

x

-

any expression

Description

• 

The call type(x, atomic) checks to see if x is of type atomic. It returns true if x is of type atomic, and false otherwise.

• 

An object is of type atomic if it cannot be mapped over, that is, .  Objects in Maple which have this property are of type name, complex(extended_numeric), indexed, string, procedure, or `module`.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

See Also

map

type

type/extended_numeric

type/float

type/fraction

type/indexed

type/integer

type/literal

type/module

type/name

type/procedure

type/rational

type/string

 


Download Help Document