hex - 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


convert/hex

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert(n, 'hex')

convert(n, 'hexadecimal')

Parameters

n

-

nonnegint; number to be converted

Description

• 

The convert(n, 'hex') command converts the non-negative integer n to a symbol representing the corresponding hexadecimal number. The convert(n, 'hexadecimal`) command is synonymous with convert(n, 'hex').

• 

The returned value is a symbol consisting of the characters 0 through 9 and A through F.

Examples

convert123456,hex

1E240

(1)

convert100,hexadecimal

64

(2)

See Also

convert

convert/base

convert/binary

convert/bytes

convert/decimal

convert/octal