compose - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


convert/compose

compose a number of conversions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(expr, compose, convs)

Parameters

expr

-

any expression

convs

-

any number of conversions

Description

• 

The convert(expr, compose, convs) function applies each of the conversions convs in order.

• 

If a conversion conv is of type symbol, then the function convert(expr, conv) is called.  If the conversion conv(opts, ...) is of type function, then the function convert(expr, conv, opts, ...) is called.

Examples

convertπ,compose,list,float3

3.14

(1)

See Also

convert